aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-11 07:02:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-11 07:02:30 +0000
commit42951b24464767ccf20bf44efe00fb41124c3614 (patch)
tree0c94c6ae233e960a04a8bacea9a5ba209adface7 /Mk/bsd.sanity.mk
parent73d7a316c1542301e4d87dd31fda6f5d2ad0bf92 (diff)
downloadports-42951b24464767ccf20bf44efe00fb41124c3614.tar.gz
ports-42951b24464767ccf20bf44efe00fb41124c3614.zip
Notes
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 1615b7878de5..21268af6f93e 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -173,5 +173,5 @@ DEV_ERROR+= "USE_MAKESELF is unsupported, please use USES=makeself"
.endif
.if defined(USE_ZIP)
-DEV_WARNING+= 'USE_ZIP is deprecated, please use USES=zip'
+DEV_ERROR+= 'USE_ZIP is unsupported, please use USES=zip'
.endif