diff options
-rw-r--r-- | geography/mapserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index 93472131e05..29a6fdb932a 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2010/01/26 09:01:24 adam Exp $ +# $NetBSD: Makefile,v 1.22 2010/02/09 18:29:44 joerg Exp $ DISTNAME= mapserver-5.6.1 CATEGORIES= geography www @@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cairo |