diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-21 14:14:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-21 14:14:18 +0000 |
commit | 568d91f1f8e40d16693e04651ed0a340b2868651 (patch) | |
tree | 7e19a58e5276066ad59f9e926793c25ad0026e0e /dns/ldns | |
parent | 075c2a57b3336528845e6811c9dd66d2804c6a36 (diff) | |
download | ports-568d91f1f8e40d16693e04651ed0a340b2868651.tar.gz ports-568d91f1f8e40d16693e04651ed0a340b2868651.zip |
Notes
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 495f6de6a0ca..6d215135694b 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -87,6 +87,8 @@ INSTALL_TARGET= install-lib install-h install-config .endif # BUILD_PYLDNS || BUILD_P5PERL +.include <bsd.port.pre.mk> + .if ${PORT_OPTIONS:MGOST} . if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base" IGNORE_FreeBSD_9= Requires openssl version >= 1.0.0 @@ -135,4 +137,4 @@ post-install: .endif # BUILD_PYLDNS || BUILD_P5PERL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |