diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-05-17 19:42:22 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-05-17 19:42:22 +0000 |
commit | 2efde3c20543781f49253725d3c7c7f56163cac0 (patch) | |
tree | 0a5b3f810ea5a7b069d84b4840b0811e30d8b3d1 /devel/autotools | |
parent | feeee3c29cd42f8f1e25080ad4f6d63790a9e290 (diff) | |
download | ports-2efde3c20543781f49253725d3c7c7f56163cac0.tar.gz ports-2efde3c20543781f49253725d3c7c7f56163cac0.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 11cb1a7320c3..110d55984ffe 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= autotools -PORTVERSION= 20070905 +PORTVERSION= 20080517 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none @@ -19,7 +19,7 @@ PLIST_FILES= share/${PORTNAME} NO_BUILD= yes NO_FETCH= yes -AVAIL_AUTOCONF= 2.13 2.61 +AVAIL_AUTOCONF= 2.13 2.61 2.62 AVAIL_AUTOMAKE= 1.4 1.5 1.6 1.7 1.8 1.9 1.10 .for VER in ${AVAIL_AUTOCONF} |