summaryrefslogtreecommitdiff
path: root/graphics/mapserver/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-18 15:34:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-18 15:34:20 +0000
commitb8d930b4fe3c4a7e68c0cd790575137796746a18 (patch)
treea66c0073e9e1ec0771d5180c2a4a5b1163f7998e /graphics/mapserver/Makefile
parent- Take care of empty directories after uninstall (diff)
- Chase pdflib update
These ports were broken for 5, resp. 14 months. Ouch. PR: ports/75187 (pike76) Submitted by: Xavier Beaudouin <kiwi@oav.net> Pointy hats: ale, edwin
Notes
Notes: svn path=/head/; revision=124385
Diffstat (limited to 'graphics/mapserver/Makefile')
-rw-r--r--graphics/mapserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index a68b0a714cf3..dbeaa5e20d6e 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --with-ming=${LOCALBASE}
.endif
.if defined(WITH_PDF)
-LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib
+LIB_DEPENDS+= pdf.7:${PORTSDIR}/print/pdflib
CONFIGURE_ARGS+= --with-pdf=${LOCALBASE}
.endif