mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix the build with PDF support.
PR: ports/148834 Reported by: Tom Uffner <tom@uffner.com>
This commit is contained in:
parent
9ef2c56c70
commit
216caa04ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264115
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user