From 03520b3496922d21f8e734229b0ba7c35168cf9f Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 12 May 2014 15:47:44 +0000 Subject: Stagify. --- java/eclipse-webtools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java') 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 -- cgit