diff options
author | wen <wen@FreeBSD.org> | 2010-11-05 10:51:32 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-11-05 10:51:32 +0800 |
commit | fafd3b179eb1575ab6189b6d244d4f97dfc364da (patch) | |
tree | 9e53b907a73118d2e346f1277944e881457db80b /graphics | |
parent | 7a8312647ef1f26beaff4ec0e1bd90e105396c50 (diff) | |
download | freebsd-ports-gnome-fafd3b179eb1575ab6189b6d244d4f97dfc364da.tar.gz freebsd-ports-gnome-fafd3b179eb1575ab6189b6d244d4f97dfc364da.tar.zst freebsd-ports-gnome-fafd3b179eb1575ab6189b6d244d4f97dfc364da.zip |
- Fix the build with PDF support.
PR: ports/148834
Reported by: Tom Uffner <tom@uffner.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mapserver/Makefile | 7 | ||||
-rw-r--r-- | graphics/mapserver/distinfo | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 7ecf391655cf..4726e504f97b 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= mapserver PORTVERSION= 5.6.5 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -60,8 +61,10 @@ CONFIGURE_ARGS+= --with-ming=${LOCALBASE} .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib -CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} +LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib \ + png.6:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff +CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} --with-tiff=${LOCALBASE} --with-png=${LOCALBASE} .endif .if defined(WITH_WMS) diff --git a/graphics/mapserver/distinfo b/graphics/mapserver/distinfo index b3062a0c725e..3094ff07fd57 100644 --- a/graphics/mapserver/distinfo +++ b/graphics/mapserver/distinfo @@ -1,3 +1,2 @@ -MD5 (mapserver-5.6.5.tar.gz) = 33abbf27fa8e3bf2c53257c2188a67b3 SHA256 (mapserver-5.6.5.tar.gz) = acacafe6102b1f185094effc45b5b0a5d3ba6b21a4dbe209ca84a4b3d85798c5 SIZE (mapserver-5.6.5.tar.gz) = 2314003 |