diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 23:21:21 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 23:21:21 +0800 |
commit | 4af74fc7f1c8ee7957caeae86c74d39b94e84fef (patch) | |
tree | 9b323bcd3bd5e01546acdcbc8ebfa5e108a04d56 /java/eclipse-EPIC | |
parent | 33f5bc7e0b57754907e412b239748ef09a807430 (diff) | |
download | freebsd-ports-gnome-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.tar.gz freebsd-ports-gnome-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.tar.zst freebsd-ports-gnome-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.zip |
Convert j* to USES=zip
Diffstat (limited to 'java/eclipse-EPIC')
-rw-r--r-- | java/eclipse-EPIC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-EPIC/Makefile b/java/eclipse-EPIC/Makefile index 234895f2252c..1b2061769a18 100644 --- a/java/eclipse-EPIC/Makefile +++ b/java/eclipse-EPIC/Makefile @@ -15,7 +15,7 @@ COMMENT= EPIC adds Perl support to the Eclipse IDE Framework RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes -USE_ZIP= yes +USES= zip:infozip WRKSRC= ${WRKDIR}/${EPIC} EPIC= org.epic.updatesite |