summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-05-12 15:47:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-05-12 15:47:44 +0000
commit3342beb24d8c0afa41fa91b474ea2f37fc089d1b (patch)
treea27e1598ac8b47516666a9b8e70970b47f88192a /java
parentStagify. (diff)
Stagify.
Notes
Notes: svn path=/head/; revision=353842
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-webtools/Makefile3
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>