aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 10:47:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 10:47:02 +0000
commit737bed69235f6656811e04b0cec49ae13226eb72 (patch)
tree26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/mapserver/Makefile
parentc51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff)
downloadports-737bed69235f6656811e04b0cec49ae13226eb72.tar.gz
ports-737bed69235f6656811e04b0cec49ae13226eb72.zip
Notes
Diffstat (limited to 'graphics/mapserver/Makefile')
-rw-r--r--graphics/mapserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index 0c6cc545f402..8203889489b5 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -68,7 +68,7 @@ LIB_DEPENDS+= agg:${PORTSDIR}/graphics/agg
LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo \
expat:${PORTSDIR}/textproc/expat2
CONFIGURE_ARGS+= --with-cairo=yes --with-expat=${LOCALBASE}
-USE_PKGCONFIG= yes
+USES+= pkgconfig
.endif
.if ${PORT_OPTIONS:MCAIRO_SVG}
@@ -78,7 +78,7 @@ LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo \
CONFIGURE_ARGS+= --with-cairo=yes \
--with-libsvg-cairo \
--with-expat=${LOCALBASE}
-USE_PKGCONFIG= yes
+USES+= pkgconfig
.endif
.if ${PORT_OPTIONS:MKML}