Date: Sat, 23 Nov 2013 04:12:10 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334633 - head/emulators/open-vm-tools-nox11 Message-ID: <201311230412.rAN4CApv019372@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311230412.rAN4CApv019372>