summaryrefslogtreecommitdiff
path: root/net/xtraceroute
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /net/xtraceroute
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/xtraceroute')
-rw-r--r--net/xtraceroute/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index 4991b0a73dd..6e50dfaa9bf 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/06/01 18:03:08 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2005/12/05 23:55:15 rillig Exp $
#
DISTNAME= xtraceroute-0.8.14
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
# XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE
# and xtraceroute doesn't have a switch to tell it so (yet?), we abuse
# the --with-GL-prefix switch for this.
-CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE}
+CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE:Q}
CONFIGURE_ARGS+= --with-lib-MesaGL
.include "../../mk/bsd.prefs.mk"