diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /dns | |
parent | 582d67b410e45602807f37bf0e20fd522b31b033 (diff) | |
download | ports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.tar.gz ports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswall/Makefile | 1 | ||||
-rw-r--r-- | dns/nss_mdns/Makefile | 2 | ||||
-rw-r--r-- | dns/posadis/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index 69703d951473..94d0a7b3ebb4 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/dnswall post-patch: @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am .endif diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index b6293de75c01..b39007770bd6 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -15,7 +15,7 @@ DISTNAME= nss-mdns-${PORTVERSION} MAINTAINER= bms@FreeBSD.org COMMENT= NSS module implementing multicast DNS name resolution -USE_AUTOTOOLS= autoconf:261 automake:19 libtool:15 +USE_AUTOTOOLS= autoconf:262 automake:19 libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index 12a0cb1fc998..974cee1d8d96 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -17,7 +17,7 @@ COMMENT= Domain Name Server (DNS) implementation LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib -USE_AUTOTOOLS= autoconf:261 libltdl:15 libtool:15 +USE_AUTOTOOLS= autoconf:262 libltdl:15 libtool:15 USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |