diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-01 02:35:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-01 02:35:07 +0000 |
commit | 386b4d5232dd958de3742c3c52a1f3a5321a198a (patch) | |
tree | b0c0a28366c4dbf233c7377580db6f34973a3b0f /x11 | |
parent | 88f32fd5f265e5ff160658be146256a9b4e16752 (diff) | |
download | pkgsrc-386b4d5232dd958de3742c3c52a1f3a5321a198a.tar.gz |
mark as BROKEN: latest available release doesn't work with guile-1.4 yet.
Addresses pkg/10721.
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}" \ |