svn commit: r305424 - head/net-p2p/vuze

Mark Linimon linimon at FreeBSD.org
Sun Oct 7 00:42:19 UTC 2012


Author: linimon
Date: Sun Oct  7 00:42:18 2012
New Revision: 305424
URL: http://svn.freebsd.org/changeset/ports/305424

Log:
  Attempt to fix build on pointyhat-west.

Modified:
  head/net-p2p/vuze/Makefile

Modified: head/net-p2p/vuze/Makefile
==============================================================================
--- head/net-p2p/vuze/Makefile	Sat Oct  6 23:01:46 2012	(r305423)
+++ head/net-p2p/vuze/Makefile	Sun Oct  7 00:42:18 2012	(r305424)
@@ -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



More information about the svn-ports-all mailing list