aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp43-server
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 /net/isc-dhcp43-server
parent542cd0842607c909c877863a282853066c72bca9 (diff)
downloadports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.tar.gz
ports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.zip
Notes
Diffstat (limited to 'net/isc-dhcp43-server')
-rw-r--r--net/isc-dhcp43-server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/isc-dhcp43-server/Makefile b/net/isc-dhcp43-server/Makefile
index 71e4e27b2c4e..07fa00e63b5c 100644
--- a/net/isc-dhcp43-server/Makefile
+++ b/net/isc-dhcp43-server/Makefile
@@ -108,10 +108,9 @@ PLIST_SUB+= LDAP="@comment "
.endif
.if ${PORT_OPTIONS:MLDAP_SSL} && ${PORT_OPTIONS:MLDAP}
-USE_OPENSSL= yes
+USES+= ssl
CONFIGURE_ARGS+=--with-ldapcrypto
LIBS+= -lssl
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
.endif
.if ${PORT_OPTIONS:MIPV6}