aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp43-server
diff options
context:
space:
mode:
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}