aboutsummaryrefslogtreecommitdiff
path: root/devel/autotools
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-10-07 16:54:28 +0000
committerAde Lovett <ade@FreeBSD.org>2010-10-07 16:54:28 +0000
commit1660eca718c07d878165658db2951018c7584d20 (patch)
treee8df1024fe8b69f76539b95f57ea752fbf329b87 /devel/autotools
parent932953cd1088fde5c4e8330730b96a5391213678 (diff)
downloadports-1660eca718c07d878165658db2951018c7584d20.tar.gz
ports-1660eca718c07d878165658db2951018c7584d20.zip
Notes
Diffstat (limited to 'devel/autotools')
-rw-r--r--devel/autotools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile
index 23cb6e74f980..df47b1337050 100644
--- a/devel/autotools/Makefile
+++ b/devel/autotools/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= autotools
-PORTVERSION= 20100923
+PORTVERSION= 20101007
CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
@@ -23,7 +23,7 @@ NO_BUILD= yes
NO_FETCH= yes
AVAIL_AUTOCONF= 2.13 2.67
-AVAIL_AUTOMAKE= 1.4 1.9 1.10 1.11
+AVAIL_AUTOMAKE= 1.4 1.11
.for VER in ${AVAIL_AUTOCONF}
RUN_DEPENDS+= autoconf-${VER}:${PORTSDIR}/devel/autoconf${VER:C/\.//}