summaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-19 09:49:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-19 09:49:06 +0000
commit16026f1d0db6371512bf1303f7e9e00d8abe6bd5 (patch)
tree5bef503833818314f400113dd7e030a64fed663b /Mk/bsd.sanity.mk
parent- fix another typo in the same line (diff)
Do not recommand to drop ltverhack because it needs to be done with cautious,
to avoid users having to rebuild the whole dependency chain for "free". Maintainer should drop ltverhak on major upgrades only. Requested by: kwm
Notes
Notes: svn path=/head/; revision=327606
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 6110845c9211..4723850b0bb9 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -83,9 +83,9 @@ DEV_ERROR+= "USE_GNOME=pkgconfig is unsupported, please use USES=pkgconfig"
DEV_WARNING+= "USE_GNOME=gnomehack is deprecated, please use USES=pathfix"
.endif
-.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*}
-DEV_WARNING+= "USE_GNOME=ltverhack is now useless LIB_DEPENDS can properly handle all kind of library version"
-.endif
+#.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*}
+#DEV_WARNING+= "USE_GNOME=ltverhack is now useless LIB_DEPENDS can properly handle all kind of library version"
+#.endif
.if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*}
DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for details"