diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-06-16 17:29:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-06-16 17:29:45 +0000 |
commit | cbcdcfb3d494bea2b583d115ebe9d4728c2734ae (patch) | |
tree | 08faae30013dd81af53e866feb49199ba1fe71e1 /devel/autoconf253/Makefile | |
parent | 68827efc49f3b70646ca4d5530b7f029c82c7f2c (diff) |
Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
Notes
Notes:
svn path=/head/; revision=137573
Diffstat (limited to 'devel/autoconf253/Makefile')
-rw-r--r-- | devel/autoconf253/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile index ecc6801ef07a..8702efb35860 100644 --- a/devel/autoconf253/Makefile +++ b/devel/autoconf253/Makefile @@ -13,9 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} 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 +COMMENT= Automatically configure source code on many Un*x platforms (2.53) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man |