diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-05-12 15:47:44 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-05-12 15:47:44 +0000 |
commit | 3342beb24d8c0afa41fa91b474ea2f37fc089d1b (patch) | |
tree | a27e1598ac8b47516666a9b8e70970b47f88192a /java | |
parent | 18992d320958566d38dadd4996ba3c5bc6021867 (diff) | |
download | ports-3342beb24d8c0afa41fa91b474ea2f37fc089d1b.tar.gz ports-3342beb24d8c0afa41fa91b474ea2f37fc089d1b.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-webtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/eclipse-webtools/Makefile b/java/eclipse-webtools/Makefile index e4ff27a6ed1a..949fa2673113 100644 --- a/java/eclipse-webtools/Makefile +++ b/java/eclipse-webtools/Makefile @@ -13,6 +13,8 @@ DIST_SUBDIR= eclipse MAINTAINER= ale@FreeBSD.org COMMENT= Webtools for eclipse +LICENSE= EPL + RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \ ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef \ @@ -21,7 +23,6 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ WRKSRC= ${WRKDIR}/eclipse USES= zip -NO_STAGE= yes .include "${.CURDIR}/../eclipse/Makefile.plugins" .include <bsd.port.mk> |