diff options
author | kris <kris@FreeBSD.org> | 2004-03-28 06:08:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-28 06:08:42 +0800 |
commit | 9a0c612305a601611896e2c007b523c62413f8ae (patch) | |
tree | 673d7e7cdc3e815fdfe676e6ce13354ad8f553cc | |
parent | 5e84d5660605193e1b204da8213de8a9da05b004 (diff) | |
download | freebsd-ports-gnome-9a0c612305a601611896e2c007b523c62413f8ae.tar.gz freebsd-ports-gnome-9a0c612305a601611896e2c007b523c62413f8ae.tar.zst freebsd-ports-gnome-9a0c612305a601611896e2c007b523c62413f8ae.zip |
BROKEN: Does not build
-rw-r--r-- | textproc/javacc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/javacc/Makefile b/textproc/javacc/Makefile index 85d9e141050a..32a241cc2128 100644 --- a/textproc/javacc/Makefile +++ b/textproc/javacc/Makefile @@ -16,6 +16,8 @@ COMMENT= Compiler compiler for Java; includes tools for building syntax trees FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget +BROKEN= Does not build + USE_JAVA= 1.1+ USE_REINPLACE= yes FETCH_CMD= ${LOCALBASE}/bin/wget |