summaryrefslogtreecommitdiff
path: root/net/gtk-gnutella/Makefile
diff options
context:
space:
mode:
authoragc <agc>2000-06-30 10:04:46 +0000
committeragc <agc>2000-06-30 10:04:46 +0000
commitc25da603c73e28533198540158978c405bda9d2e (patch)
tree95bda78b9cc67d9eb423003a92ffd082f193791e /net/gtk-gnutella/Makefile
parent5cb2763edbd31538e3defec947d843ee74220bb5 (diff)
downloadpkgsrc-c25da603c73e28533198540158978c405bda9d2e.tar.gz
Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
Diffstat (limited to 'net/gtk-gnutella/Makefile')
-rw-r--r--net/gtk-gnutella/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile
index 77fbf8150d9..7156aea005d 100644
--- a/net/gtk-gnutella/Makefile
+++ b/net/gtk-gnutella/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/05 13:43:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/30 10:04:47 agc Exp $
#
DISTNAME= gtk-gnutella-0.12
@@ -14,6 +14,6 @@ DEPENDS= gtk+-1.2.*:../../x11/gtk
USE_GMAKE= yes
USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
+CONFIGURE_ARGS+= --with-gtk-prefix=${X11PREFIX}
.include "../../mk/bsd.pkg.mk"