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-emf | |
parent | - Change license BSD to BSD3CLAUSE (diff) |
Convert j* to USES=zip
Notes
Notes:
svn path=/head/; revision=347771
Diffstat (limited to 'java/eclipse-emf')
-rw-r--r-- | java/eclipse-emf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-emf/Makefile b/java/eclipse-emf/Makefile index 68fc15361910..66d9e4fd45e5 100644 --- a/java/eclipse-emf/Makefile +++ b/java/eclipse-emf/Makefile @@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/em MASTER_SITE_SUBDIR=${PORTVERSION}/R201201300943 PKGNAMEPREFIX= eclipse- DISTNAME= emf-xsd-SDK-${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= kamikaze@bsdforen.de @@ -16,6 +15,7 @@ COMMENT= Eclipse Modeling Framework RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse +USES= zip WRKSRC= ${WRKDIR}/eclipse .include "${.CURDIR}/../eclipse/Makefile.plugins" |