summaryrefslogtreecommitdiff
path: root/dns/ldns
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-12 14:52:51 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-12 14:52:51 +0000
commit0a9f13e63f1f4defa0e8272eb4383c13f8c06d5a (patch)
tree2517aef867e147834f42c5e4fea7ac4017b3e35f /dns/ldns
parent21a53bbb6cd36b19d63fa5b10693fb7da462c2c3 (diff)
downloadfreebsd-ports-0a9f13e63f1f4defa0e8272eb4383c13f8c06d5a.zip
dns/ldns: Fix SSL library configuration for slave dns/py-ldns
Approvd by: SSL blanket
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 684442302594..495f6de6a0ca 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -62,6 +62,7 @@ INSTALL_TARGET= install-pyldns
CONFIGURE_ARGS+=--with-pyldns
LIB_DEPENDS+= libldns.so:dns/ldns
BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:devel/swig13
+CFLAGS+= -I${OPENSSLINC}
post-patch:
@${REINPLACE_CMD} \