diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | ae994c8ea8a59644c1a1406b0b6547826bc12791 (patch) | |
tree | 396acb34b10ac8f349be827c6eb833e0fd68cdff /dns | |
parent | 2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (diff) | |
download | ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.tar.gz ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.zip |
Notes
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} \ |