diff options
author | xmj <xmj@FreeBSD.org> | 2015-04-05 15:23:49 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2015-04-05 15:23:49 +0800 |
commit | d730ac8d73d9275d834128e9f77b70c229c88107 (patch) | |
tree | 90fca858b3cba3e15ed54ee8d10ddaea30697e29 /net-im/skype-devel | |
parent | 75193b2b37f24d14fbba43c6fb3fe65800de3ef3 (diff) | |
download | freebsd-ports-gnome-d730ac8d73d9275d834128e9f77b70c229c88107.tar.gz freebsd-ports-gnome-d730ac8d73d9275d834128e9f77b70c229c88107.tar.zst freebsd-ports-gnome-d730ac8d73d9275d834128e9f77b70c229c88107.zip |
Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Remove NVIDIA_GL_DESC from all concerned ports
- Use options helpers where adequate.
Differential Revision: https://reviews.freebsd.org/D1759
Approved by: koobs (mentor)
Approved by: portmgr (bapt)
Diffstat (limited to 'net-im/skype-devel')
-rw-r--r-- | net-im/skype-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index a15aecf8c7ad..a58a7816c1b4 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -14,11 +14,10 @@ COMMENT= P2P VoIP software, development version CONFLICTS= skype-[0-9]* -OPTIONS_DEFINE= VIDEO NVIDIA_GL +OPTIONS_DEFINE= NVIDIA_GL VIDEO +OPTIONS_DEFAULT= VIDEO VIDEO_DESC= [broken] Video support -NVIDIA_GL_DESC= libGL provided by NVidia binary drivers -OPTIONS_DEFAULT= VIDEO CONFLICTS= skype-1* skype-2.0* skype-2.1* |