diff options
author | kris <kris@FreeBSD.org> | 2002-05-17 17:50:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-17 17:50:58 +0800 |
commit | 29b86b9fb0955a9751e19859cb1612af4b7db0c7 (patch) | |
tree | 22a8531f78d8fe00ad3e9575291a7cf5d012750a | |
parent | 68c63ef7c5c49e6117cccbc3fc55e969534b19a5 (diff) | |
download | freebsd-ports-gnome-29b86b9fb0955a9751e19859cb1612af4b7db0c7.tar.gz freebsd-ports-gnome-29b86b9fb0955a9751e19859cb1612af4b7db0c7.tar.zst freebsd-ports-gnome-29b86b9fb0955a9751e19859cb1612af4b7db0c7.zip |
BROKEN: Does not detect bison correctly
-rw-r--r-- | lang/mozart/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index c8a1bac3df09..26b5ce1d5a8f 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -17,6 +17,8 @@ DISTFILES+= ${MOZART_DOCS} MAINTAINER= mathiasp@virtual-earth.de +BROKEN= "Does not detect bison correctly" + BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ tk83.1:${PORTSDIR}/x11-toolkits/tk83 |