Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2013 13:29:36 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324664 - head/java/eclipse-webtools
Message-ID:  <201308131329.r7DDTaD6020341@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308131329.r7DDTaD6020341>