aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-10-04 22:35:20 +0800
committerkwm <kwm@FreeBSD.org>2013-10-04 22:35:20 +0800
commita104663c5652c14406dfc8e7eab67be85fc7cc07 (patch)
tree795d5f3fd0b781d47158b3777d3c8bf3d1e12fc2 /Mk
parenta1350c3397094fc46422943232c30702cba73dba (diff)
downloadfreebsd-ports-gnome-a104663c5652c14406dfc8e7eab67be85fc7cc07.tar.gz
freebsd-ports-gnome-a104663c5652c14406dfc8e7eab67be85fc7cc07.tar.zst
freebsd-ports-gnome-a104663c5652c14406dfc8e7eab67be85fc7cc07.zip
Add deprecation warning for USE_GNOME=desktopfileutils.
Approved by: portmgr (bapt@)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sanity.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 087ba46d8dde..f702bb62ff79 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -87,6 +87,10 @@ DEV_ERROR+= "USE_ZOPE=yes is unsupported, please use USES=zope instead"
DEV_WARNING+= "USE_GNOME=gnomehack is deprecated, please use USES=pathfix"
.endif
+.if defined(USE_GNOME) && ${USE_GNOME:Mdesktopfileutils}
+DEV_WARNING+= "USE_GNOME=desktopfileutils is deprecated, please use USES=desktop-file-utils"
+.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