diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-11 07:02:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-11 07:02:30 +0000 |
commit | 42951b24464767ccf20bf44efe00fb41124c3614 (patch) | |
tree | 0c94c6ae233e960a04a8bacea9a5ba209adface7 /Mk/bsd.sanity.mk | |
parent | 73d7a316c1542301e4d87dd31fda6f5d2ad0bf92 (diff) | |
download | ports-42951b24464767ccf20bf44efe00fb41124c3614.tar.gz ports-42951b24464767ccf20bf44efe00fb41124c3614.zip |
Notes
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 2 |
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 |