diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/scwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile index 6aaf07a3ff3..15cc4b14500 100644 --- a/x11/scwm/Makefile +++ b/x11/scwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/07/20 15:41:10 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/01 02:35:07 wiz Exp $ # DISTNAME= scwm-0.9 @@ -14,6 +14,8 @@ DEPENDS+= gtar-1.12:../../archivers/gtar DEPENDS+= readline>=4.0:../../devel/readline DEPENDS+= xpm-3.4k:../../graphics/xpm +BROKEN= Current release does not work with guile-1.4.0. + EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ --with-gtk-prefix="${GTKDIR}" \ |