diff options
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 |