diff options
author | ade <ade@FreeBSD.org> | 2005-06-16 17:29:45 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-06-16 17:29:45 +0000 |
commit | 32dccc8e179d8ffb305ec7e38d30fdaf8c799cea (patch) | |
tree | 64683c4570caec4aa157d21e1db5a823b6172c75 /devel/autoconf262 | |
parent | c2ac79d8b614c72a639d5b2e56c248102998615b (diff) | |
download | FreeBSD-ports-32dccc8e179d8ffb305ec7e38d30fdaf8c799cea.zip FreeBSD-ports-32dccc8e179d8ffb305ec7e38d30fdaf8c799cea.tar.gz |
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.
Diffstat (limited to 'devel/autoconf262')
-rw-r--r-- | devel/autoconf262/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index aa6be53..07d69bd 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/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 |