diff options
author | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
commit | 2d8b5322387f75423e7aaba212f585214d97fcac (patch) | |
tree | b8ba81cf25739b07eb66326308babbef00b6c244 /graphics/mapserver | |
parent | 3401e522e39ba4ee072173b9f1298e7b4a60d412 (diff) | |
download | freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.tar.gz freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.tar.zst freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.zip |
Chase pdflib.so version and bump PORTREVISION accordingly.
Diffstat (limited to 'graphics/mapserver')
-rw-r--r-- | graphics/mapserver/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |