diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-16 00:16:22 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-16 00:16:22 +0800 |
commit | 1d2525df43dbf8b932f0da0793bbdb329cebabf1 (patch) | |
tree | 96b696cc6b8c748f073e0828516c8904aae98309 /graphics/dri | |
parent | 6f7872d7f34e2c232ca16125168e216deab410f1 (diff) | |
download | freebsd-ports-gnome-1d2525df43dbf8b932f0da0793bbdb329cebabf1.tar.gz freebsd-ports-gnome-1d2525df43dbf8b932f0da0793bbdb329cebabf1.tar.zst freebsd-ports-gnome-1d2525df43dbf8b932f0da0793bbdb329cebabf1.zip |
Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumers
Despite having a configure argument of --with-sha1=libcrypto, only three
of the eight users of graphics/libGL/Makefile.common actually link to
SSL libraries. Individually add USES=ssl to these three ports rather
than have all 8 having this requirement.
Approved by: SSL blanket
Diffstat (limited to 'graphics/dri')
-rw-r--r-- | graphics/dri/Makefile | 1 |
1 files changed, 1 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 |