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/automake110 | |
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/automake110')
-rw-r--r-- | devel/automake110/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index a9e072f..85ff655 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -13,10 +13,11 @@ MASTER_SITE_SUBDIR= automake DISTNAME= automake-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (version 1.9) +COMMENT= GNU Standards-compliant Makefile generator (1.9) + +RUN_DEPENDS= ${AUTOCONF_DEPENDS} WANT_AUTOCONF_VER=259 -WANT_AUTOCONF_RUN=yes BUILD_VERSION= 19 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} |