diff options
author | ak <ak@FreeBSD.org> | 2014-05-23 02:24:21 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-23 02:24:21 +0800 |
commit | 7ed567c17ecec851d31a85599880ff2200e67ef3 (patch) | |
tree | 51c01080b0e4561efede80c9e4980f4205e3060d /graphics | |
parent | 28dd44fe9c1c5ccac291f9dda9400168e87d6808 (diff) | |
download | freebsd-ports-gnome-7ed567c17ecec851d31a85599880ff2200e67ef3.tar.gz freebsd-ports-gnome-7ed567c17ecec851d31a85599880ff2200e67ef3.tar.zst freebsd-ports-gnome-7ed567c17ecec851d31a85599880ff2200e67ef3.zip |
- Convert to OptionsNG
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index dfc1f794baa2..1b3020e479fd 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -19,7 +19,7 @@ USE_XORG= x11 xext xi xmu USE_GL= yes USE_LDCONFIG= yes -OPTIONS= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |