aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
committerAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
commit6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch)
tree7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /misc
parent48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff)
downloadports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.tar.gz
ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.zip
Punt autoconf267->autoconf268
Notes
Notes: svn path=/head/; revision=263089
Diffstat (limited to 'misc')
-rw-r--r--misc/amanda25-server/Makefile2
-rw-r--r--misc/skyutils/Makefile2
-rw-r--r--misc/sword/Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile
index 86057d5a9524..7a96297360ff 100644
--- a/misc/amanda25-server/Makefile
+++ b/misc/amanda25-server/Makefile
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION}
SLAVEDIRS= misc/amanda25-client
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-USE_AUTOTOOLS= autoconf:267
+USE_AUTOTOOLS= autoconf:268
USE_GMAKE= yes
USE_OPENSSL= yes
PATCH_STRIP=
diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile
index d78ce9bca508..9b63041a3947 100644
--- a/misc/skyutils/Makefile
+++ b/misc/skyutils/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A library required by smssend (same author)
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:267 libtool:22
+USE_AUTOTOOLS= autoconf:268 libtool:22
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/misc/sword/Makefile b/misc/sword/Makefile
index 2e4c460334b6..6b70a5e9cc3a 100644
--- a/misc/sword/Makefile
+++ b/misc/sword/Makefile
@@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes
USE_GNOME= pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:111 autoconf:267
+USE_AUTOTOOLS= automake:111 autoconf:268
CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu
USE_LDCONFIG= yes
SUB_FILES= pkg-message
@@ -43,7 +43,7 @@ pre-everything::
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|2.63|2.67|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.63|2.68|g' ${WRKSRC}/aclocal.m4
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \