aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-19 17:49:06 +0800
committerbapt <bapt@FreeBSD.org>2013-09-19 17:49:06 +0800
commit6f047d4a45935ad7d2d706682d96ffe3ee7fe73c (patch)
tree5bef503833818314f400113dd7e030a64fed663b /Mk
parente62967f959c442e7504684e8d84a01bc8d2dbbca (diff)
downloadfreebsd-ports-gnome-6f047d4a45935ad7d2d706682d96ffe3ee7fe73c.tar.gz
freebsd-ports-gnome-6f047d4a45935ad7d2d706682d96ffe3ee7fe73c.tar.zst
freebsd-ports-gnome-6f047d4a45935ad7d2d706682d96ffe3ee7fe73c.zip
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
Diffstat (limited to '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"