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/eclipse-datatools | |
parent | - Change license BSD to BSD3CLAUSE (diff) |
Convert j* to USES=zip
Notes
Notes:
svn path=/head/; revision=347771
Diffstat (limited to 'java/eclipse-datatools')
-rw-r--r-- | java/eclipse-datatools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-datatools/Makefile b/java/eclipse-datatools/Makefile index dfbf0fa6286c..7929ed21f69c 100644 --- a/java/eclipse-datatools/Makefile +++ b/java/eclipse-datatools/Makefile @@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/datatools/downl MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= eclipse- DISTNAME= dtp-sdk_${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org @@ -21,6 +20,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ LICENSE= EPL WRKSRC= ${WRKDIR}/eclipse +USES= zip .include "${.CURDIR}/../eclipse/Makefile.plugins" |