diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /graphics/libglesv2 | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
download | ports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip |
Notes
Diffstat (limited to 'graphics/libglesv2')
-rw-r--r-- | graphics/libglesv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile index c48744a55079..01c5bfb726c1 100644 --- a/graphics/libglesv2/Makefile +++ b/graphics/libglesv2/Makefile @@ -10,6 +10,8 @@ COMMENT= OpenGL ES v2 library LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm \ libexpat.so:${PORTSDIR}/textproc/expat2 +.include <bsd.port.options.mk> + .if ! defined(WITH_NEW_XORG) IGNORE= Please enable WITH_NEW_XORG, libglesv2 needs libdrm higher then 2.4.24 .endif |