aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/eclipse-webtools/Makefile13
1 files 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 <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDTP}
-RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools
-.endif
-
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>