mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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:
parent
8f13dc1aa0
commit
9cc5ee991e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269319
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue