diff options
author | ade <ade@FreeBSD.org> | 2005-06-17 01:29:45 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-06-17 01:29:45 +0800 |
commit | 32dccc8e179d8ffb305ec7e38d30fdaf8c799cea (patch) | |
tree | 64683c4570caec4aa157d21e1db5a823b6172c75 /devel/libtool13 | |
parent | c2ac79d8b614c72a639d5b2e56c248102998615b (diff) | |
download | freebsd-ports-graphics-32dccc8e179d8ffb305ec7e38d30fdaf8c799cea.tar.gz freebsd-ports-graphics-32dccc8e179d8ffb305ec7e38d30fdaf8c799cea.tar.zst freebsd-ports-graphics-32dccc8e179d8ffb305ec7e38d30fdaf8c799cea.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.
Diffstat (limited to 'devel/libtool13')
-rw-r--r-- | devel/libtool13/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile index 982bd9fe8cd..50136d7fefb 100644 --- a/devel/libtool13/Makefile +++ b/devel/libtool13/Makefile @@ -14,9 +14,7 @@ MASTER_SITE_SUBDIR= libtool DISTNAME= libtool-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Generic shared library support script (version 1.3) - -DEPRECATED= Please use devel/libtool15 instead +COMMENT= Generic shared library support script (1.3) BUILD_VERSION= 13 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} |