diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-17 18:17:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-17 18:17:45 +0000 |
commit | cb333cf1eccb98899b1700ca42a800ab92697fa4 (patch) | |
tree | 7f623e7c3f52defb4424cb7124504b8d4e77d35c /dns/ldns/Makefile | |
parent | e2a5e08ce3f52f8bff9eb487e88342c0ec9fff81 (diff) | |
download | ports-cb333cf1eccb98899b1700ca42a800ab92697fa4.tar.gz ports-cb333cf1eccb98899b1700ca42a800ab92697fa4.zip |
Notes
Diffstat (limited to 'dns/ldns/Makefile')
-rw-r--r-- | dns/ldns/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 6b37dc57d19f..84bee68c92aa 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -70,9 +70,8 @@ INSTALL_TARGET= install-pyldns CONFIGURE_ARGS+= --with-pyldns LIB_DEPENDS+= libldns.so:dns/ldns -BUILD_DEPENDS+= swig3.0:devel/swig30 +BUILD_DEPENDS+= swig:devel/swig CFLAGS+= -I${OPENSSLINC} -BINARY_ALIAS= swig=swig3.0 post-patch: @${REINPLACE_CMD} \ |