diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-08-13 13:29:36 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-08-13 13:29:36 +0000 |
commit | 599077f32479145b3ded9482687281e89e981b06 (patch) | |
tree | f4d1b510249570c8607282eca629c76a9cd94455 /java | |
parent | Update to 2.4.5 release. (diff) |
Datatools is not optional anymore.
Notes
Notes:
svn path=/head/; revision=324664
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-webtools/Makefile | 13 |
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> |