From 80c896185204b51a4007f4af5a9042266bf5047b Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 23 Nov 2013 04:12:10 +0000 Subject: [PATCH] - Disable LIBNOTIFY option to avoid pulling in some X libs --- emulators/open-vm-tools-nox11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/open-vm-tools-nox11/Makefile b/emulators/open-vm-tools-nox11/Makefile index 9db931d9654b..fa097b4f8f1a 100644 --- a/emulators/open-vm-tools-nox11/Makefile +++ b/emulators/open-vm-tools-nox11/Makefile @@ -3,6 +3,6 @@ MASTERDIR= ${.CURDIR}/../open-vm-tools PKGNAMESUFFIX= -nox11 -OPTIONS_UNSET= X11 +OPTIONS_UNSET= X11 LIBNOTIFY .include "${MASTERDIR}/Makefile"