From 0835676e361bca74b28b09fe0425ed5ee958f26b Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 27 Dec 2024 20:10:41 +0100 Subject: Mk/**java.mk: Convert bsd.java.mk to USES The following features have been added or changed: - Instead of USE_JAVA use USES=java. This defaults to USES=java:build,run if NO_BUILD is undefined. Else it defaults to USES=java:run - Instead of USE_ANT=yes use USES=java:ant which also implies USES=java:build - Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or extract - Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply build or run - Instead of JAVA_RUN=yes use USES=java:run does not imply extract or build - Instead of USE_JAVA= use USES=java and JAVA_VERSION= Approved by: mat (portmgr), glewis Differential Revision: https://reviews.freebsd.org/D48201 --- java/sqlitejdbc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'java/sqlitejdbc') diff --git a/java/sqlitejdbc/Makefile b/java/sqlitejdbc/Makefile index 3aad20e9cc5e..d8bacb94b032 100644 --- a/java/sqlitejdbc/Makefile +++ b/java/sqlitejdbc/Makefile @@ -12,9 +12,10 @@ WWW= http://web.archive.org/web/20120721075310/http://www.zentus.com/sqlitejdbc LIB_DEPENDS= libsqlite3.so:databases/sqlite3 +USES= gmake java tar:tgz +JAVA_VERSION= 8 + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION} -USE_JAVA= 8 -USES= gmake tar:tgz MAKE_ENV= JAVA_HOME="${JAVA_HOME}" ALL_TARGET= native -- cgit v1.2.3