diff options
author | mat <mat@FreeBSD.org> | 2017-03-15 22:59:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-15 22:59:50 +0800 |
commit | 5a0cbbd5221eaffe11db05b1a19cbeb39294c672 (patch) | |
tree | 02d0b1c0d85af9dcff484c9dab92a00b5f9513c5 /Mk/bsd.port.mk | |
parent | 1e9ec5214382baea71d298bf5ccc06fe0c725caf (diff) | |
download | freebsd-ports-gnome-5a0cbbd5221eaffe11db05b1a19cbeb39294c672.tar.gz freebsd-ports-gnome-5a0cbbd5221eaffe11db05b1a19cbeb39294c672.tar.zst freebsd-ports-gnome-5a0cbbd5221eaffe11db05b1a19cbeb39294c672.zip |
Remove the USE_OPENSSL compatibility shims.
Sponsored by: Absolight
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 7394a52ecb9e..07bada101163 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1347,10 +1347,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.local.mk" .endif -.if defined(USE_OPENSSL) -USES+= ssl -.endif - .if defined(USE_EMACS) .include "${PORTSDIR}/Mk/bsd.emacs.mk" .endif |