diff options
Diffstat (limited to 'java/eclipse-datatools/Makefile')
-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" |