aboutsummaryrefslogtreecommitdiff
path: root/dns/opendd/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-27 11:31:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-27 11:31:10 +0000
commit06b4ea3876d0bacdb8df68b06488f027ce18e1f8 (patch)
tree1b037def670694489104abae09b8b8337f0e5a08 /dns/opendd/Makefile
parent542cd0842607c909c877863a282853066c72bca9 (diff)
downloadports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.tar.gz
ports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.zip
Replace bsd.openssl.mk with USES=ssl
Add a qa hint about needing, or not, USES=ssl. Fix ports doing silly things, like including bsd.openssl.mk directly. PR: 210322 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6866
Notes
Notes: svn path=/head/; revision=417651
Diffstat (limited to 'dns/opendd/Makefile')
-rw-r--r--dns/opendd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/opendd/Makefile b/dns/opendd/Makefile
index 24a142b2cca6..2401a0eadbc2 100644
--- a/dns/opendd/Makefile
+++ b/dns/opendd/Makefile
@@ -30,7 +30,7 @@ USE_RC_SUBR= ${PORTNAME}
.endif
.if ${PORT_OPTIONS:MOPENSSL}
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+USES+= ssl
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
MAKE_ENV+= "USE_SOCKET_SSL=yes"