mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- fix build by using a more conservative JDK
PR: ports/162600 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer) Feature safe: yes
This commit is contained in:
parent
779d878432
commit
34f1b1fa52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285980
1 changed files with 5 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= omegaT
|
||||
DISTVERSION= 2.3.0_02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors java x11
|
||||
MASTER_SITES= SF/${PORTNAME:L}/OmegaT%20-%20Standard/OmegaT%202.3.0%20update%202/
|
||||
DISTNAME= OmegaT_2.3.0_02_Source
|
||||
|
@ -19,12 +20,13 @@ LICENSE= GPLv2
|
|||
BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant
|
||||
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_ANT= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_VENDOR=openjdk
|
||||
JAVA_VERSION= 1.7+
|
||||
JAVA_BUILD= yes
|
||||
JAVA_RUN= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
|
Loading…
Add table
Reference in a new issue