From 2a4aa1e3cf74aeb42010156d7c5746fdd7df141f Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 13 Aug 2013 13:29:36 +0000 Subject: Datatools is not optional anymore. --- java/eclipse-webtools/Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/java/eclipse-webtools/Makefile b/java/eclipse-webtools/Makefile index 2e8025b704d3..d75663a01876 100644 --- a/java/eclipse-webtools/Makefile +++ b/java/eclipse-webtools/Makefile @@ -15,21 +15,12 @@ COMMENT= Webtools for eclipse RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \ - ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef + ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef \ + ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes -OPTIONS_DEFINE= DTP -DTP_DEFINE= Support for EJB and JPT development -OPTIONS_DEFAULT= DTP - -.include - -.if ${PORT_OPTIONS:MDTP} -RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools -.endif - .include "${.CURDIR}/../eclipse/Makefile.plugins" .include -- cgit