svn commit: r324664 - head/java/eclipse-webtools

Alex Dupre ale at FreeBSD.org
Tue Aug 13 13:29:36 UTC 2013


Author: ale
Date: Tue Aug 13 13:29:36 2013
New Revision: 324664
URL: http://svnweb.freebsd.org/changeset/ports/324664

Log:
  Datatools is not optional anymore.

Modified:
  head/java/eclipse-webtools/Makefile

Modified: head/java/eclipse-webtools/Makefile
==============================================================================
--- head/java/eclipse-webtools/Makefile	Tue Aug 13 13:17:49 2013	(r324663)
+++ head/java/eclipse-webtools/Makefile	Tue Aug 13 13:29:36 2013	(r324664)
@@ -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>


More information about the svn-ports-head mailing list