From a44c192a2f5c31ae449c6b008b8a42bcc7ee099d Mon Sep 17 00:00:00 2001 From: ade Date: Sat, 4 Dec 2010 07:34:27 +0000 Subject: Sync to new bsd.autotools.mk --- dns/dnswall/Makefile | 2 +- dns/fastresolve/Makefile | 2 +- dns/hesiod/Makefile | 2 +- dns/idnkit/Makefile | 2 +- dns/ldns/Makefile | 2 +- dns/nss_mdns/Makefile | 2 +- dns/posadis/Makefile | 2 +- dns/powerdns-devel/Makefile | 2 +- dns/powerdns/Makefile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'dns') diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index 971c48f47470..6ac97cb27240 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A daemon that filters out private IP addresses in DNS responses PROJECTHOST= google-dnswall -USE_AUTOTOOLS= automake:111 +USE_AUTOTOOLS= automake USE_DOS2UNIX= yes MAKE_JOBS_SAFE= yes diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index b3d61770b18a..43ce45a10e37 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include" \ PERL=${PERL} -USE_AUTOTOOLS= aclocal:14 automake:14 autoconf:213 +USE_AUTOTOOLS= aclocal14 automake14 autoconf213 USE_BDB= yes CONFIGURE_ARGS= --with-bdb-lib=-l${BDB_LIB_CXX_NAME} --with-bdb-incdir=${BDB_INCLUDE_DIR} diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index 84662a9e9d28..78e19581a50b 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -22,7 +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:22 +USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile index 28c6eee1910d..b2c621c8a3ef 100644 --- a/dns/idnkit/Makefile +++ b/dns/idnkit/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= A library to handle internationalized domain names -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \ diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index b1f0029b3a20..50981d786fd4 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -15,7 +15,7 @@ COMMENT= A library for programs conforming to DNS RFCs and drafts LICENSE= BSD -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_OPENSSL= yes USE_LDCONFIG= yes diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index 44028747f5a2..0d4665ae874b 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -15,7 +15,7 @@ DISTNAME= nss-mdns-${PORTVERSION} MAINTAINER= ashish@FreeBSD.org COMMENT= NSS module implementing multicast DNS name resolution -USE_AUTOTOOLS= autoconf:268 automake:111 libtool:22 +USE_AUTOTOOLS= autoconf automake libtool USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index 4fe284c48ba4..9418010ff914 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -16,7 +16,7 @@ COMMENT= Domain Name Server (DNS) implementation LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib -USE_AUTOTOOLS= autoconf:268 libltdl:22 libtool:22 +USE_AUTOTOOLS= autoconf libltdl libtool USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index 1199389bcbf3..baa49cbc2b68 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -27,7 +27,7 @@ CONFLICTS= powerdns-[0-2]* USE_GMAKE= YES USE_SUBMAKE= YES -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= YES CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index af912dd456d1..98fabec6c8ce 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -23,7 +23,7 @@ CONFLICTS= powerdns-devel-[0-9]* USE_GMAKE= YES USE_SUBMAKE= YES -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= YES CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -- cgit