diff options
author | kris <kris@FreeBSD.org> | 2007-02-05 08:08:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-05 08:08:52 +0800 |
commit | 88e912dee1ac562677b234dfc6763669e9af8826 (patch) | |
tree | 8620f71e4b207fc6be92f8063d6904202bdd6d83 /biology/biojava | |
parent | afe68707e68135b07fcb6fde30fcc383e1f91488 (diff) | |
download | freebsd-ports-gnome-88e912dee1ac562677b234dfc6763669e9af8826.tar.gz freebsd-ports-gnome-88e912dee1ac562677b234dfc6763669e9af8826.tar.zst freebsd-ports-gnome-88e912dee1ac562677b234dfc6763669e9af8826.zip |
BROKEN: Does not build
Diffstat (limited to 'biology/biojava')
-rw-r--r-- | biology/biojava/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/biojava/Makefile b/biology/biojava/Makefile index 133c62dd6235..e7faaa757e42 100644 --- a/biology/biojava/Makefile +++ b/biology/biojava/Makefile @@ -33,6 +33,8 @@ RUN_DEPENDS= ${JAVALIBDIR}/hsqldb.jar:${PORTSDIR}/databases/hsqldb \ BUILD_DEPENDS+= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit .endif +BROKEN= Does not build + USE_JAVA= yes JAVA_VERSION= 1.4+ USE_ANT= yes |