aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-09-10 10:28:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-09-10 10:28:56 +0000
commitba58df6efa6a793e220e1ec88b6c0fc2388b4eb0 (patch)
tree9938942aaad2e5a3c442caf6478f85d365e6b55b /Mk/bsd.sanity.mk
parent67b954ed9d073e3423bfba4c63e3b3fa9b8e7baf (diff)
downloadports-ba58df6efa6a793e220e1ec88b6c0fc2388b4eb0.tar.gz
ports-ba58df6efa6a793e220e1ec88b6c0fc2388b4eb0.zip
Notes
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index 8707b0bb0d74..b8da6ff6cc59 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -116,6 +116,12 @@ DEV_WARNING+= "Please set LICENSE for this port"
. endif
.endif
+.for _a in ${ONLY_FOR_ARCHS}
+.if defined(ONLY_FOR_ARCHS_REASON_${_a})
+DEV_WARNING+= "ONLY_FOR_ARCHS_${_a} is defined and ${_a} is in ONLY_FOR_ARCHS, the message will never be used."
+.endif
+.endfor
+
.if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install"
DEV_ERROR+= "USE_PYDISTUTILS=easy_install is no longer supported, please use USE_PYDISTUTILS=yes"
.endif