aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-07 23:25:02 +0800
committerbapt <bapt@FreeBSD.org>2014-03-07 23:25:02 +0800
commitaa8d28aa0918fc369f62751d129c7043ed2f7dd2 (patch)
tree043f1daa0baf31f4f7adaff3e8baa2387b6cf442 /Mk/bsd.sanity.mk
parent1101c3f1b729c0d1535f3b4ee841f83309581719 (diff)
downloadfreebsd-ports-gnome-aa8d28aa0918fc369f62751d129c7043ed2f7dd2.tar.gz
freebsd-ports-gnome-aa8d28aa0918fc369f62751d129c7043ed2f7dd2.tar.zst
freebsd-ports-gnome-aa8d28aa0918fc369f62751d129c7043ed2f7dd2.zip
Add USES=zip and USES=zip:infozip
To handle the zip archives from distfiles Reviewed by: mat, antoine
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 a93df55db63a..1615b7878de5 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -171,3 +171,7 @@ DEV_ERROR+= "USE_FAM is unsupported, please use USES=fam"
.if defined(USE_MAKESELF)
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'
+.endif