diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-07 16:54:28 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-07 16:54:28 +0000 |
commit | 1660eca718c07d878165658db2951018c7584d20 (patch) | |
tree | e8df1024fe8b69f76539b95f57ea752fbf329b87 /devel/autotools | |
parent | 932953cd1088fde5c4e8330730b96a5391213678 (diff) | |
download | ports-1660eca718c07d878165658db2951018c7584d20.tar.gz ports-1660eca718c07d878165658db2951018c7584d20.zip |
Notes
Diffstat (limited to 'devel/autotools')
-rw-r--r-- | devel/autotools/Makefile | 4 |
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/\.//} |