aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-12 18:24:51 +0800
committerbapt <bapt@FreeBSD.org>2014-03-12 18:24:51 +0800
commit9aefb902ce2e384a2fa548615d7aa7c47051200e (patch)
tree0e937107f068f8f014e399e7569d1ce5447b4aab /Mk/bsd.sanity.mk
parent537204dcce2857fcf549fdb380341c7371df62b0 (diff)
downloadfreebsd-ports-gnome-9aefb902ce2e384a2fa548615d7aa7c47051200e.tar.gz
freebsd-ports-gnome-9aefb902ce2e384a2fa548615d7aa7c47051200e.tar.zst
freebsd-ports-gnome-9aefb902ce2e384a2fa548615d7aa7c47051200e.zip
USE_LHA is not used anymore in the ports tree
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index f6e4a942d525..65f5f1fb9758 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -177,7 +177,7 @@ DEV_ERROR+= 'USE_ZIP is unsupported, please use USES=zip'
.endif
.if defined(USE_LHA)
-DEV_WARNING+= 'USE_LHA is deprecated, please use USES=lha'
+DEV_ERROR+= 'USE_LHA is deprecated, please use USES=lha'
.endif
.if defined(USE_XZ)