diff options
author | riastradh <riastradh@pkgsrc.org> | 2013-01-19 20:33:12 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2013-01-19 20:33:12 +0000 |
commit | 00f00d0cf7e97ec24aee225d16b2a4da7aca8eb3 (patch) | |
tree | 365b084a6309613a270ed292f208bf3f13e5ee8e /geography/mapserver | |
parent | 32e450ca03f7102936608524ee026f66aef4f8e6 (diff) | |
download | pkgsrc-00f00d0cf7e97ec24aee225d16b2a4da7aca8eb3.tar.gz |
fribidi uses pkg-config now, so use that in geography/mapserver.
Diffstat (limited to 'geography/mapserver')
-rw-r--r-- | geography/mapserver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index c3980be8d8f..6de6162ac67 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2012/12/16 01:52:15 obache Exp $ +# $NetBSD: Makefile,v 1.41 2013/01/19 20:33:12 riastradh Exp $ DISTNAME= mapserver-5.6.8 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= geography www MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -17,7 +17,6 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cairo CONFIGURE_ARGS+= --with-freetype -CONFIGURE_ARGS+= --with-fribidi-config=${BUILDLINK_PREFIX.fribidi}/bin/fribidi-config CONFIGURE_ARGS+= --with-gdal CONFIGURE_ARGS+= --with-gd=${BUILDLINK_PREFIX.gd} CONFIGURE_ARGS+= --with-geos |