diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-05-22 18:24:21 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-05-22 18:24:21 +0000 |
commit | f8ed265db4cadb711e7083613fa1facab3fad343 (patch) | |
tree | 51c01080b0e4561efede80c9e4980f4205e3060d /graphics | |
parent | 20963ee72d70cebdda811e88b9fcf925c792c8ee (diff) | |
download | ports-f8ed265db4cadb711e7083613fa1facab3fad343.tar.gz ports-f8ed265db4cadb711e7083613fa1facab3fad343.zip |
Notes
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> |