aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.autotools.mk
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2005-06-17 12:04:23 +0800
committerade <ade@FreeBSD.org>2005-06-17 12:04:23 +0800
commite74f2b784a35616d261eaf7f58a0792ac3c114ee (patch)
treecac4218491b69663f17ea730a0609ca72326134d /Mk/bsd.autotools.mk
parent139db193562d6d91aefc163a6b45a739403e2d83 (diff)
downloadfreebsd-ports-gnome-e74f2b784a35616d261eaf7f58a0792ac3c114ee.tar.gz
freebsd-ports-gnome-e74f2b784a35616d261eaf7f58a0792ac3c114ee.tar.zst
freebsd-ports-gnome-e74f2b784a35616d261eaf7f58a0792ac3c114ee.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.
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
#---------------------------------------------------------------------------