diff options
Diffstat (limited to 'dns/ldns/Makefile')
-rw-r--r-- | dns/ldns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 8ce6918dbde3..9bfc0af1d6b0 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -15,7 +15,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -USES= gmake libtool ssl +USES= gmake libtool +USE_OPENSSL= yes USE_LDCONFIG= yes .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL)) |