diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-11-23 04:12:10 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-11-23 04:12:10 +0000 |
commit | 80c896185204b51a4007f4af5a9042266bf5047b (patch) | |
tree | 633a674b3d29852cb2d1cd48ba3549e781ebf753 | |
parent | e338d5718e002580f0cda04a6bd5337b6832f748 (diff) | |
download | ports-80c896185204b51a4007f4af5a9042266bf5047b.tar.gz ports-80c896185204b51a4007f4af5a9042266bf5047b.zip |
Notes
-rw-r--r-- | emulators/open-vm-tools-nox11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |