summaryrefslogtreecommitdiff
path: root/net/xtraceroute
diff options
context:
space:
mode:
authoragc <agc>2000-07-10 10:40:39 +0000
committeragc <agc>2000-07-10 10:40:39 +0000
commit2f0b09b588eff52a3b5220f8f4761fcc47fe8801 (patch)
treeeb8c75c4d78a779a039aa1995f70225e25ce9df1 /net/xtraceroute
parentba0f4a0faaf07ab1fae22236bcfedcff16165e50 (diff)
downloadpkgsrc-2f0b09b588eff52a3b5220f8f4761fcc47fe8801.tar.gz
Hardcoding X11PREFIX into package Makefiles forces the user to install
xpkgwedge once, before any other packages have been installed, and never to delete it. This change finds the prefix of the installed pre-req package using pkg_info(1), and allows packages to be found in ${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
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 5b2b5d95e18..a7ffed0682f 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/06/30 10:04:48 agc Exp $
+# $NetBSD: Makefile,v 1.11 2000/07/10 10:40:42 agc Exp $
#
DISTNAME= xtraceroute-0.8.14
@@ -15,7 +15,7 @@ DEPENDS+= tiff-*:../../graphics/tiff
USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gtk-prefix=${X11PREFIX}
+CONFIGURE_ARGS+= --with-gtk-prefix="`${PKG_INFO} -qp gtk+ | ${AWK} '{print $$2}'`"
# 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.