1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Disable LIBNOTIFY option to avoid pulling in some X libs

This commit is contained in:
Steve Wills 2013-11-23 04:12:10 +00:00
parent e338d5718e
commit 80c8961852
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334633

View File

@ -3,6 +3,6 @@
MASTERDIR= ${.CURDIR}/../open-vm-tools
PKGNAMESUFFIX= -nox11
OPTIONS_UNSET= X11
OPTIONS_UNSET= X11 LIBNOTIFY
.include "${MASTERDIR}/Makefile"