diff options
author | ade <ade@FreeBSD.org> | 2004-03-15 09:25:58 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-15 09:25:58 +0800 |
commit | dab2b774fd38c30269d176c6833640660c72a45d (patch) | |
tree | ff9dd18136cf420efc520f21209b34a706e6cf0b /devel/autoconf267/Makefile | |
parent | 8ecfdf2b30d78d66b77a977782d2b9540f3e019c (diff) | |
download | freebsd-ports-gnome-dab2b774fd38c30269d176c6833640660c72a45d.tar.gz freebsd-ports-gnome-dab2b774fd38c30269d176c6833640660c72a45d.tar.zst freebsd-ports-gnome-dab2b774fd38c30269d176c6833640660c72a45d.zip |
Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.
It's likely to be a really bad idea to use these until they're hooked
into the new bsd.autotools.mk
Diffstat (limited to 'devel/autoconf267/Makefile')
-rw-r--r-- | devel/autoconf267/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile index 1e8db5b5260e..b2e5c1a61332 100644 --- a/devel/autoconf267/Makefile +++ b/devel/autoconf267/Makefile @@ -6,21 +6,20 @@ # PORTNAME= autoconf -PORTVERSION= 2.57 -PORTREVISION= 1 +PORTVERSION= 2.59 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.57) +COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -BUILD_VERSION= 257 +BUILD_VERSION= 259 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= autoconf${BUILD_VERSION} USE_BZIP2= yes |