summaryrefslogtreecommitdiff
path: root/x11/scwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/scwm/Makefile')
-rw-r--r--x11/scwm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile
index 37a582dc941..2b47ad4e3a5 100644
--- a/x11/scwm/Makefile
+++ b/x11/scwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/07/15 02:36:45 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2000/07/15 20:39:28 agc Exp $
#
DISTNAME= scwm-0.9
@@ -14,8 +14,9 @@ DEPENDS+= gtar-1.12:../../archivers/gtar
DEPENDS+= readline-4.0:../../devel/readline
DEPENDS+= xpm-3.4k:../../graphics/xpm
+EVAL_PREFIX+= GTKDIR=gtk+
CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \
- --with-gtk-prefix="`${SHOW_PREFIX1} gtk+ ${SHOW_PREFIX2}`" \
+ --with-gtk-prefix="${GTKDIR}" \
--enable-multibyte
USE_X11BASE= yes