diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-04 17:45:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-04 17:45:03 +0000 |
commit | fb30692e37b4e69b8f9e0fe5d2e7595f78f98863 (patch) | |
tree | b3922d6c389878da21741af9eeec1394cc28c9cf | |
parent | Add option for smbk5pwd overlay. (diff) |
- Limit to jdk 1.4-1.5, does not build with 1.6
Reported by: pointyhat
-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 fd6f631af218..63fd2201df46 100644 --- a/java/jakarta-commons-dbcp/Makefile +++ b/java/jakarta-commons-dbcp/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant \ ${JAVAJARDIR}/commons-pool.jar:${PORTSDIR}/java/jakarta-commons-pool USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.4-1.5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ANT?= ${LOCALBASE}/bin/ant |