mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
use new bsd.java.mk syntax
Noted by: hq
This commit is contained in:
parent
d4aa6ab2a5
commit
4b9d5213ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144411
2 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,8 @@ MAINTAINER= oliver@FreeBSD.org
|
|||
COMMENT= Software updater tool for WorldForge applications
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.5+
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
NO_BUILD= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
|
|
|
@ -19,7 +19,8 @@ COMMENT= Dungeon Master Java is a remake of the classic Dungeon Master by FTL
|
|||
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= 1.4+
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue