Fix build with jdk 1.5. The resulting jar can be used also with jdk 1.4 (modulo

SASL authentication), but must be built with 1.5+.

Feature safe:	yes
This commit is contained in:
Alex Dupre 2011-02-18 10:11:12 +00:00
parent 8f13dc1aa0
commit 9cc5ee991e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269319

View file

@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ale@FreeBSD.org
COMMENT= A Reference Implementation of JSR 919
BUILD_DEPENDS= ${JAVALIBDIR}/activation.jar:${PORTSDIR}/java/jaf
RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:${PORTSDIR}/java/jaf
LICENSE= GPLv2 CDDL
@ -21,8 +22,9 @@ LICENSE_COMB= dual
USE_ZIP= YES
USE_JAVA= YES
JAVA_VERSION= 1.4+
JAVA_VERSION= 1.5+
USE_ANT= YES
MAKE_ENV= ANT_INCLUDE_SHARED_JARS=YES
WRKSRC= ${WRKDIR}