diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:41:37 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:41:37 +0000 |
commit | 1b91e235c32daa52cee3d70048627b4e136f5e91 (patch) | |
tree | 93cc9fad679a3a5cc17db769a155ad93c3405b6a /graphics | |
parent | 06b8ce46b8948d98932446a382ba0cb999504ecd (diff) | |
download | ports-1b91e235c32daa52cee3d70048627b4e136f5e91.tar.gz ports-1b91e235c32daa52cee3d70048627b4e136f5e91.zip |
Chase pdflib.so version and bump PORTREVISION accordingly.
Notes
Notes:
svn path=/head/; revision=288888
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mapserver/Makefile | 2 | ||||
-rw-r--r-- | graphics/swftools/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index be728538fa96..5b749831bec5 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --with-ming=${LOCALBASE} .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib \ +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib \ tiff.4:${PORTSDIR}/graphics/tiff CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} --with-tiff=${LOCALBASE} --with-png=${LOCALBASE} .endif diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 337fdfbb0ffc..4eff099fbf80 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ENV+= ac_cv_lib_mp3lame_lame_init=no .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib PLIST_SUB+= PDF="" MAN1+= pdf2pdf.1 .else |