diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-28 22:30:22 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-28 22:30:22 +0000 |
commit | e69cb40145c47f65d8c44ba47e048eb6daf9780d (patch) | |
tree | 5dd48b85ff0fa6689aa25a20d000c56fba80bc79 /devel/autoconf | |
parent | Fix db 4.2 dependency. (diff) |
Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intention
of the autotools project to remove all but the latest versions of
libtool, autoconf, and automake, by 31st December 2004.
Note that autoconf259 and automake18 aren't yet accessible through the
relevant USE_* knobs, but will be as soon as bsd.autotools.mk comes into
existence.
Notes
Notes:
svn path=/head/; revision=105565
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index b1700c40ba06..bbcfaaf0760d 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= ade/gnu MAINTAINER= ade@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms +DEPRECATED= Please use devel/autoconf259 instead +EXPIRATION_DATE=31st December 2004 + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 |