diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-05 20:55:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-05 20:55:48 +0000 |
commit | cdbe364e776dd45fe9d8111a6830454240c5677b (patch) | |
tree | 1201c4474587579ba2b3f2699cc5866783c56ea9 /dns/ldns | |
parent | a9a4b8f402d64f5c7aaac697bbb12339963ffcbd (diff) | |
download | freebsd-ports-cdbe364e776dd45fe9d8111a6830454240c5677b.zip |
Revert unintended change
Reported by: flo
Diffstat (limited to 'dns/ldns')
-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)) |