diff options
author | marino <marino@FreeBSD.org> | 2016-09-16 00:16:22 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-16 00:16:22 +0800 |
commit | 68a23f06f9d54f197ea58505bc7a9cbbc4ebda75 (patch) | |
tree | 96b696cc6b8c748f073e0828516c8904aae98309 /lang/clover | |
parent | 5759ce8ade975520d5ea0ed929757d80222a8317 (diff) | |
download | freebsd-ports-gnome-68a23f06f9d54f197ea58505bc7a9cbbc4ebda75.tar.gz freebsd-ports-gnome-68a23f06f9d54f197ea58505bc7a9cbbc4ebda75.tar.zst freebsd-ports-gnome-68a23f06f9d54f197ea58505bc7a9cbbc4ebda75.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 'lang/clover')
-rw-r--r-- | lang/clover/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/clover/Makefile b/lang/clover/Makefile index 8897b0cacbae..30001ecd145e 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -13,6 +13,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libexpat.so:textproc/expat2 RUN_DEPENDS= opencl>=0:devel/opencl +USES= ssl USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto \ presentproto xvmc xshmfence |