aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.autotools.mk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-06-17 04:04:23 +0000
committerAde Lovett <ade@FreeBSD.org>2005-06-17 04:04:23 +0000
commitcd08d5c603fb0d313f3d12f2286804c4b8b3c7cc (patch)
treec16988e63ee404baa54bcd9dd65ec16a66b1548c /Mk/bsd.autotools.mk
parent3e2ee32905b29a92a22836b4bf98287548e8b39b (diff)
downloadports-cd08d5c603fb0d313f3d12f2286804c4b8b3c7cc.tar.gz
ports-cd08d5c603fb0d313f3d12f2286804c4b8b3c7cc.zip
Remove old, deprecated entry points into bsd.autotools.mk that merely
flagged a port as BROKEN. Since INDEX builds just fine, it's pretty obvious that all ports have been converted over to the current world order, and this has been the case through at least the lifetime of 5.x, so it's time they went away.
Notes
Notes: svn path=/head/; revision=137600
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r--Mk/bsd.autotools.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk
index 43004b0b2fac..d93244091efb 100644
--- a/Mk/bsd.autotools.mk
+++ b/Mk/bsd.autotools.mk
@@ -97,18 +97,6 @@ Autotools_Include_MAINTAINER= ade@FreeBSD.org
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
-# DEPRECATED ENTRY POINTS
-#---------------------------------------------------------------------------
-.for i in AUTOMAKE AUTOCONF AUTOHEADER LIBTOOL
-. if defined(USE_${i})
-BROKEN= "USE_${i} deprecated: replace with USE_${i}_VER=..."
-. endif
-. if defined(WANT_${i})
-BROKEN= "WANT_${i} deprecated: replace with WANT_${i}_VER=..."
-. endif
-.endfor
-
-#---------------------------------------------------------------------------
# AUTOMAKE/ACLOCAL
#---------------------------------------------------------------------------