summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorreed <reed>2006-04-07 00:29:52 +0000
committerreed <reed>2006-04-07 00:29:52 +0000
commit313df3f4b0ed5fecbe15476c4657c658a2338ec8 (patch)
tree7ce023268c672c97ec4074e1b597bec91921f069 /mk
parent2d029bf884df8b6eb153a7f7f36c64772e3bbf07 (diff)
downloadpkgsrc-313df3f4b0ed5fecbe15476c4657c658a2338ec8.tar.gz
For backwards compatibility ...
IGNORE_RECOMMENDED is deprecated and will be removed after 2006Q2 branch. If YES then it sets USE_ABI_DEPENDS=no (Forgot to commit earlier today.)
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/obsolete.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/defaults/obsolete.mk b/mk/defaults/obsolete.mk
index c299659a26f..fe6ef5a3187 100644
--- a/mk/defaults/obsolete.mk
+++ b/mk/defaults/obsolete.mk
@@ -1,4 +1,4 @@
-# $NetBSD: obsolete.mk,v 1.26 2006/01/01 18:53:03 wiz Exp $
+# $NetBSD: obsolete.mk,v 1.27 2006/04/07 00:29:52 reed Exp $
#
# This file holds make(1) logic to allow obsolete or deprecated variables
# still to be used. These may eventually disappear over time as the contents
@@ -23,3 +23,10 @@ PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable KERBEROS used, use PKG_DEF
.endif
PKG_OPTIONS_LEGACY_VARS+= USE_INET6:inet6
+
+#
+# IGNORE_RECOMMENDED is deprecated and will be removed after 2006Q2 branch.
+#
+.if defined(IGNORE_RECOMMENDED) && !empty(IGNORE_RECOMMENDED:M[yY][eE][sS])
+USE_ABI_DEPENDS= no
+.endif