diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:47:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:47:02 +0800 |
commit | 2a3dfed77d0c78197d3799bd80dbb353ede6f7c9 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/mapserver | |
parent | 55dc7d6797d7a58c80a2195a08875ccef91992f2 (diff) | |
download | freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.tar.gz freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.tar.zst freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.zip |
Convert g* to USES=pkgconfig
Diffstat (limited to 'graphics/mapserver')
-rw-r--r-- | graphics/mapserver/Makefile | 4 |
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} |