svn commit: r334633 - head/emulators/open-vm-tools-nox11

Steve Wills swills at FreeBSD.org
Sat Nov 23 04:12:11 UTC 2013


Author: swills
Date: Sat Nov 23 04:12:10 2013
New Revision: 334633
URL: http://svnweb.freebsd.org/changeset/ports/334633

Log:
  - Disable LIBNOTIFY option to avoid pulling in some X libs

Modified:
  head/emulators/open-vm-tools-nox11/Makefile

Modified: head/emulators/open-vm-tools-nox11/Makefile
==============================================================================
--- head/emulators/open-vm-tools-nox11/Makefile	Sat Nov 23 03:53:46 2013	(r334632)
+++ head/emulators/open-vm-tools-nox11/Makefile	Sat Nov 23 04:12:10 2013	(r334633)
@@ -3,6 +3,6 @@
 
 MASTERDIR=      ${.CURDIR}/../open-vm-tools
 PKGNAMESUFFIX=	-nox11
-OPTIONS_UNSET=	X11
+OPTIONS_UNSET=	X11 LIBNOTIFY
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list