diff options
author | ade <ade@FreeBSD.org> | 2004-03-29 06:30:22 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-29 06:30:22 +0800 |
commit | d0cc3fe31a4ce97ea2ec9f12fec659067060ea84 (patch) | |
tree | 8d0064984a3336836a624cc369c90556fd3332f4 /devel/autoconf253 | |
parent | 0bb4bd10e7413184d53af01afc62ebd5dcf377a7 (diff) | |
download | freebsd-ports-gnome-d0cc3fe31a4ce97ea2ec9f12fec659067060ea84.tar.gz freebsd-ports-gnome-d0cc3fe31a4ce97ea2ec9f12fec659067060ea84.tar.zst freebsd-ports-gnome-d0cc3fe31a4ce97ea2ec9f12fec659067060ea84.zip |
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.
Diffstat (limited to 'devel/autoconf253')
-rw-r--r-- | devel/autoconf253/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile index ca2c2608d145..d0acbc386f6f 100644 --- a/devel/autoconf253/Makefile +++ b/devel/autoconf253/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= autoconf MAINTAINER= ade@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms (version 2.53) +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 |