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/autoconf268 | |
parent | 68827efc49f3b70646ca4d5530b7f029c82c7f2c (diff) | |
download | ports-cbcdcfb3d494bea2b583d115ebe9d4728c2734ae.tar.gz ports-cbcdcfb3d494bea2b583d115ebe9d4728c2734ae.zip |
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/autoconf268')
-rw-r--r-- | devel/autoconf268/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index aa6be53c07c7..07d69bdb2976 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) +COMMENT= Automatically configure source code on many Un*x platforms (2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man |