aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-05 21:33:37 +0800
committerantoine <antoine@FreeBSD.org>2014-01-05 21:33:37 +0800
commite90799c38d7fb4e63c5ca0d33e7854b99aaa00f2 (patch)
tree39e17e5e7141af4a530923c2cc2590e3c23727e1 /Mk/bsd.sanity.mk
parentdedcf5cbb9778e8fbef28cd718c35b6c10e5ed7e (diff)
downloadfreebsd-ports-gnome-e90799c38d7fb4e63c5ca0d33e7854b99aaa00f2.tar.gz
freebsd-ports-gnome-e90799c38d7fb4e63c5ca0d33e7854b99aaa00f2.tar.zst
freebsd-ports-gnome-e90799c38d7fb4e63c5ca0d33e7854b99aaa00f2.zip
- Remove USE_FAM, it has been replaced by USES=fam
- Add a developer error if it is set Approved by: portmgr (bapt)
Diffstat (limited to 'Mk/bsd.sanity.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 a72f4189de7d..0d4303f4dc82 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -157,3 +157,7 @@ DEV_WARNING+= "PYDISTUTILS_PKGNAME has no effect for USE_PYDISTUTILS=yes and PYD
.if defined(USE_OPENAL)
DEV_ERROR+= "USE_OPENAL is unsupported, please use USES=openal"
.endif
+
+.if defined(USE_FAM)
+DEV_ERROR+= "USE_FAM is unsupported, please use USES=fam"
+.endif