1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Datatools is not optional anymore.

This commit is contained in:
Alex Dupre 2013-08-13 13:29:36 +00:00
parent 60efe1a86c
commit 599077f324
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324664

View File

@ -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>