diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2009-12-19 12:41:28 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2009-12-19 12:41:28 +0800 |
commit | 141bffd1d1505e698cd37b3872e037966b411633 (patch) | |
tree | a7dcf7fe188790bcdf0c264511b340b57e4a364f /java | |
parent | 0b76955df4ec5d2928edd4bf162aef33fac8e55f (diff) | |
download | freebsd-ports-gnome-141bffd1d1505e698cd37b3872e037966b411633.tar.gz freebsd-ports-gnome-141bffd1d1505e698cd37b3872e037966b411633.tar.zst freebsd-ports-gnome-141bffd1d1505e698cd37b3872e037966b411633.zip |
- Change BROKEN message
PR: ports/129435
Submitted by: Lapo Luchini <lapo@lapo.it>
Approved by: maintainer timeout (toha@toha.org.ua)
Diffstat (limited to 'java')
-rw-r--r-- | java/jakarta-commons-dbcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jakarta-commons-dbcp/Makefile b/java/jakarta-commons-dbcp/Makefile index 8a9da7007618..b19f9b3516bc 100644 --- a/java/jakarta-commons-dbcp/Makefile +++ b/java/jakarta-commons-dbcp/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant \ ${JAVAJARDIR}/commons-collections.jar:${PORTSDIR}/java/jakarta-commons-collections \ ${JAVAJARDIR}/commons-pool.jar:${PORTSDIR}/java/jakarta-commons-pool -BROKEN= does not build +BROKEN= does not build unless jakarta-commons-collections is compiled with jdk15 USE_JAVA= yes JAVA_VERSION= 1.4 1.5 |