diff options
author | ade <ade@FreeBSD.org> | 2004-02-14 03:54:19 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-02-14 03:54:19 +0800 |
commit | ee58766244004f6b958436903ec4547f9934a6a1 (patch) | |
tree | 9e59650b47096de610c2b57052e9720f10df0420 | |
parent | 28cecfc849aa524b62676831448f5665fbd2ce43 (diff) | |
download | freebsd-ports-gnome-ee58766244004f6b958436903ec4547f9934a6a1.tar.gz freebsd-ports-gnome-ee58766244004f6b958436903ec4547f9934a6a1.tar.zst freebsd-ports-gnome-ee58766244004f6b958436903ec4547f9934a6a1.zip |
Delink autoconf253 and automake15 until autoconf and automake are
ready to be nuked. Even with LATEST_LINK set, both pkg_version and
portversion (from portuprade) were erroneously reporting an "upgrade"
from devel/autoconf->devel/autoconf253 and similarly for
automake->automake15.
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8539fd55f6f2..5a030f48ce7b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -55,13 +55,11 @@ SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf213 - SUBDIR += autoconf253 SUBDIR += autoconf257 SUBDIR += autodia SUBDIR += autogen SUBDIR += automake SUBDIR += automake14 - SUBDIR += automake15 SUBDIR += automake17 SUBDIR += avarice SUBDIR += avltree |