diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-13 15:42:17 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-13 15:42:17 +0800 |
commit | 98af5e438c107ab4ff0d0d055e192770267338a2 (patch) | |
tree | c95e451de4511eb416329d85298c8070293713a1 /misc | |
parent | 8bfeb8955ec36a0a40dc5eaae684b18a9f48211c (diff) | |
download | freebsd-ports-gnome-98af5e438c107ab4ff0d0d055e192770267338a2.tar.gz freebsd-ports-gnome-98af5e438c107ab4ff0d0d055e192770267338a2.tar.zst freebsd-ports-gnome-98af5e438c107ab4ff0d0d055e192770267338a2.zip |
This must be compiled with guile for scwm
but can't do that.
(I've forgot this)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cassowary/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile index d4433b93c289..6ffdbcdc97be 100644 --- a/misc/cassowary/Makefile +++ b/misc/cassowary/Makefile @@ -15,6 +15,8 @@ MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl +BROKEN= build + GNU_CONFIGURE= yes USE_GMAKE= yes USE_NEWGCC= yes |