diff options
author | ats <ats@FreeBSD.org> | 1995-12-26 08:52:03 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-12-26 08:52:03 +0800 |
commit | 36f970fb30c2cd82f9b3330cbe5b3df74fa1864b (patch) | |
tree | 5f097a1cbca2363a280837f24b22fd02e8307a97 /devel/autoconf213/Makefile | |
parent | 107cb494711cf42ed562368aa122ebf493e3af24 (diff) | |
download | freebsd-ports-gnome-36f970fb30c2cd82f9b3330cbe5b3df74fa1864b.tar.gz freebsd-ports-gnome-36f970fb30c2cd82f9b3330cbe5b3df74fa1864b.tar.zst freebsd-ports-gnome-36f970fb30c2cd82f9b3330cbe5b3df74fa1864b.zip |
Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.
Diffstat (limited to 'devel/autoconf213/Makefile')
-rw-r--r-- | devel/autoconf213/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 672ebb785708..f5550d534ef6 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: autoconf -# Version required: 2.6 +# Version required: 2.7 # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.3 1995/11/22 17:26:29 ache Exp $ +# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $ # -DISTNAME= autoconf-2.6 +DISTNAME= autoconf-2.7 CATEGORIES= devel MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ |