diff options
author | swills <swills@FreeBSD.org> | 2013-11-23 12:12:10 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-11-23 12:12:10 +0800 |
commit | 103647a478d4e1dde5da143da9bf812cd45fd2fb (patch) | |
tree | 633a674b3d29852cb2d1cd48ba3549e781ebf753 /emulators/open-vm-tools-nox11/Makefile | |
parent | ed9644d77c472b4206a1b5aa0eec4d0d8e183f0c (diff) | |
download | freebsd-ports-gnome-103647a478d4e1dde5da143da9bf812cd45fd2fb.tar.gz freebsd-ports-gnome-103647a478d4e1dde5da143da9bf812cd45fd2fb.tar.zst freebsd-ports-gnome-103647a478d4e1dde5da143da9bf812cd45fd2fb.zip |
- Disable LIBNOTIFY option to avoid pulling in some X libs
Diffstat (limited to 'emulators/open-vm-tools-nox11/Makefile')
-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" |