diff options
author | pav <pav@FreeBSD.org> | 2008-11-30 06:47:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-11-30 06:47:06 +0800 |
commit | 10378f35064db4fd592c851a84db1442e26f330e (patch) | |
tree | fb605b7adc82d6768420b548b0f52d939f00a05f /java/jboss5 | |
parent | 01e49000b8614956d1cbc244275a8eec6ea15f7e (diff) | |
download | freebsd-ports-gnome-10378f35064db4fd592c851a84db1442e26f330e.tar.gz freebsd-ports-gnome-10378f35064db4fd592c851a84db1442e26f330e.tar.zst freebsd-ports-gnome-10378f35064db4fd592c851a84db1442e26f330e.zip |
- Mark BROKEN: does not build
Reported by: pointyhat
Diffstat (limited to 'java/jboss5')
-rw-r--r-- | java/jboss5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jboss5/Makefile b/java/jboss5/Makefile index dbb8ab7d9998..ec50bb82e751 100644 --- a/java/jboss5/Makefile +++ b/java/jboss5/Makefile @@ -18,6 +18,8 @@ COMMENT= Open-source J2EE application server (5.x family) BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant +BROKEN= does not build + LATEST_LINK= jboss5 USE_JAVA= yes JAVA_VERSION= 1.5+ |