summaryrefslogtreecommitdiff
path: root/x11/scwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/scwm/Makefile')
-rw-r--r--x11/scwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile
index 2e204fa0e4e..34993044714 100644
--- a/x11/scwm/Makefile
+++ b/x11/scwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/06/30 10:04:48 agc Exp $
+# $NetBSD: Makefile,v 1.10 2000/07/10 10:40:43 agc Exp $
#
DISTNAME= scwm-0.9
@@ -15,7 +15,7 @@ DEPENDS+= readline-4.0:../../devel/readline
DEPENDS+= xpm-3.4k:../../graphics/xpm
CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \
- --with-gtk-prefix=${X11PREFIX} \
+ --with-gtk-prefix="`${PKG_INFO} -qp gtk+ | ${AWK} '{print $$2}'`" \
--enable-multibyte
USE_X11BASE= yes