aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-10-07 00:42:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-10-07 00:42:18 +0000
commite96e260aa0c035a4e2756a67bb6073279b81c367 (patch)
treea4c2ba24c0e04ba77d440a0199de248100f0300b
parentd66de6b6760f1024ff5ac790c261af996884a478 (diff)
downloadports-e96e260aa0c035a4e2756a67bb6073279b81c367.tar.gz
ports-e96e260aa0c035a4e2756a67bb6073279b81c367.zip
Attempt to fix build on pointyhat-west.
Notes
Notes: svn path=/head/; revision=305424
-rw-r--r--net-p2p/vuze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile
index 804a683d32e1..8aa3f8ee78f8 100644
--- a/net-p2p/vuze/Makefile
+++ b/net-p2p/vuze/Makefile
@@ -65,7 +65,7 @@ INSTALLS_ICONS= yes
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDEVEL}
+.if ${PORT_OPTIONS:MSWTDEVEL}
SWT= swt-devel
BUILD_DEPENDS+= ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel
RUN_DEPENDS+= ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel