diff options
author | linimon <linimon@FreeBSD.org> | 2012-10-07 08:42:18 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-10-07 08:42:18 +0800 |
commit | 80d3079934935dd607d31c57dcd69876a5471821 (patch) | |
tree | a4c2ba24c0e04ba77d440a0199de248100f0300b /net-p2p | |
parent | cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c (diff) | |
download | freebsd-ports-gnome-80d3079934935dd607d31c57dcd69876a5471821.tar.gz freebsd-ports-gnome-80d3079934935dd607d31c57dcd69876a5471821.tar.zst freebsd-ports-gnome-80d3079934935dd607d31c57dcd69876a5471821.zip |
Attempt to fix build on pointyhat-west.
Diffstat (limited to 'net-p2p')
-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 |