diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 15:21:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 15:21:21 +0000 |
commit | 4af74fc7f1c8ee7957caeae86c74d39b94e84fef (patch) | |
tree | 9b323bcd3bd5e01546acdcbc8ebfa5e108a04d56 /java/jta/Makefile | |
parent | 33f5bc7e0b57754907e412b239748ef09a807430 (diff) | |
download | ports-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.tar.gz ports-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.zip |
Convert j* to USES=zip
Notes
Notes:
svn path=/head/; revision=347771
Diffstat (limited to 'java/jta/Makefile')
-rw-r--r-- | java/jta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jta/Makefile b/java/jta/Makefile index 7cbc414bd808..6de4f1b44960 100644 --- a/java/jta/Makefile +++ b/java/jta/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-spec${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org COMMENT= Java Transaction API (JTA) -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ |