diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/hesiod/Makefile | 1 | ||||
-rw-r--r-- | dns/idnkit/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index c10d671d17f8..b2dc486cb741 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -22,6 +22,7 @@ MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ hesiod_free_string.3 hesiod_parse_result.3 MAN5= hesiod.conf.5 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile index 10a6d79c3afb..98cc09dec51f 100644 --- a/dns/idnkit/Makefile +++ b/dns/idnkit/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= A library to handle internationalized domain names +USE_AUTOTOOLS= libtool:15 USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \ |