aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-webtools
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-03-16 04:59:32 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-03-16 04:59:32 +0000
commitc5e8fd1440d346ae8ba0a82383773ce4bba6487b (patch)
tree014169e2e783ac28cb92d8a6f5d0ec09f50ccd97 /java/eclipse-webtools
parenta2a4fb6221aedc6ee28a4a882303edebbff58c3d (diff)
downloadports-c5e8fd1440d346ae8ba0a82383773ce4bba6487b.tar.gz
ports-c5e8fd1440d346ae8ba0a82383773ce4bba6487b.zip
Notes
Diffstat (limited to 'java/eclipse-webtools')
-rw-r--r--java/eclipse-webtools/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/java/eclipse-webtools/Makefile b/java/eclipse-webtools/Makefile
index 5a38f946ee8f..2e8025b704d3 100644
--- a/java/eclipse-webtools/Makefile
+++ b/java/eclipse-webtools/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: eclipse-webtools
-# Date created: October 14, 2005
-# Whom: markhobden@gmail.com
-#
+# Created by: markhobden@gmail.com
# $FreeBSD$
-#
PORTNAME= webtools
PORTVERSION= 3.3.2
@@ -24,11 +20,13 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
-OPTIONS= DTP "Enable support for EJB and JPT development" on
+OPTIONS_DEFINE= DTP
+DTP_DEFINE= Support for EJB and JPT development
+OPTIONS_DEFAULT= DTP
.include <bsd.port.options.mk>
-.if defined(WITH_DTP)
+.if ${PORT_OPTIONS:MDTP}
RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools
.endif