diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-15 01:25:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-15 01:25:58 +0000 |
commit | eb6f3e503bf30274af29b25408c297050b6a45f2 (patch) | |
tree | 2c22c0ec6419158394d35fc992f63d844a003d75 /devel/autoconf268/Makefile | |
parent | e1e04277317d39eab347fc15885de14d5e4dcfe2 (diff) |
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
Notes
Notes:
svn path=/head/; revision=104030
Diffstat (limited to 'devel/autoconf268/Makefile')
-rw-r--r-- | devel/autoconf268/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index 1e8db5b5260e..b2e5c1a61332 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/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 |