aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-15 16:16:22 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-15 16:16:22 +0000
commit1d2525df43dbf8b932f0da0793bbdb329cebabf1 (patch)
tree96b696cc6b8c748f073e0828516c8904aae98309 /graphics
parent6f7872d7f34e2c232ca16125168e216deab410f1 (diff)
downloadports-1d2525df43dbf8b932f0da0793bbdb329cebabf1.tar.gz
ports-1d2525df43dbf8b932f0da0793bbdb329cebabf1.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dri/Makefile1
-rw-r--r--graphics/libosmesa/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index 0fcff137905e..26617b3a30d4 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -11,6 +11,7 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI
LIB_DEPENDS= libdrm.so:graphics/libdrm \
libexpat.so:textproc/expat2
+USES= ssl
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto \
presentproto xvmc xshmfence
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index 7adda9cd59f5..37c307d66a19 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -11,6 +11,7 @@ COMMENT= Off-Screen Mesa implementation of the OpenGL API
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libglapi.so:graphics/libglapi
+USES= ssl
USE_XORG= x11 xau xcb xdmcp xvmc
# libosmesa doesn't link agains libGL but osmesa.h needs GL/gl.h
# and both headers are intalled by libGL ....