diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-10-07 00:42:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-10-07 00:42:18 +0000 |
commit | e96e260aa0c035a4e2756a67bb6073279b81c367 (patch) | |
tree | a4c2ba24c0e04ba77d440a0199de248100f0300b | |
parent | d66de6b6760f1024ff5ac790c261af996884a478 (diff) | |
download | ports-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/Makefile | 2 |
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 |