diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /geography | |
parent | b235a79d8801c0bedb11aebddf494c6cd5c60968 (diff) | |
download | pkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/mapserver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index 193b9cab67f..ee504d09d35 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:56 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/05 23:55:07 rillig Exp $ # DISTNAME= mapserver-4.0 @@ -14,8 +14,8 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -CONFIGURE_ARGS+= --with-gd=${PREFIX} \ - --with-libiconv=${PREFIX} \ +CONFIGURE_ARGS+= --with-gd=${PREFIX:Q} \ + --with-libiconv=${PREFIX:Q} \ --with-zlib=${BUILDLINK_PREFIX.zlib} INSTALLATION_DIRS= bin include lib |