summaryrefslogtreecommitdiffstats
path: root/java/eclipse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/Makefile')
-rw-r--r--java/eclipse/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index 7b358e0..c0bf91f 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -14,9 +14,9 @@ COMMENT= Eclipse Mars.2
LICENSE= EPL
-BUILD_DEPENDS= ${LOCALBASE}/share/java/maven33/bin/mvn:${PORTSDIR}/devel/maven33
-LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
- libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
+BUILD_DEPENDS= ${LOCALBASE}/share/java/maven33/bin/mvn:devel/maven33
+LIB_DEPENDS= libcairo.so:graphics/cairo \
+ libwebkitgtk-1.0.so:www/webkit-gtk2
ONLY_FOR_ARCHS= i386 amd64
CONFLICTS_INSTALL= eclipse
@@ -44,14 +44,14 @@ OPTIONS_DEFAULT= FULL_SDK
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-PATCH_DEPENDS+= gpatch:${PORTSDIR}/devel/patch
+PATCH_DEPENDS+= gpatch:devel/patch
PATCH= gpatch
.endif
PATCH_STRIP= -p1
.if ${PORT_OPTIONS:MSWT_GTK3_SUPPORT}
USE_GNOME+= gtk30
-LIB_DEPENDS+= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
+LIB_DEPENDS+= libwebkitgtk-3.0.so:www/webkit-gtk3
MVN_SETTINGS+= -Dmachine_gtk3=1
SWTGTK3OPT=
.else
OpenPOWER on IntegriCloud