aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-27 15:00:24 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-27 15:00:24 +0000
commitbd6a0a40a665519d1c66944eb49768dda675ba78 (patch)
treec0a46c6b13ba3dccd7a84d1c8f2a529a8f4b8edd /Mk/bsd.sanity.mk
parent71cd9992cb233fe883d4f701c9bffe104af1ebde (diff)
downloadports-bd6a0a40a665519d1c66944eb49768dda675ba78.tar.gz
ports-bd6a0a40a665519d1c66944eb49768dda675ba78.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 f4850aad78dd..16d3b8f022d3 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -109,7 +109,7 @@ DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for detai
.if defined(USE_TCL) || defined(USE_TCL_BUILD) || defined(USE_TCL_RUN) || defined(USE_TCL_WRAPPER) || \
defined(USE_TK) || defined(USE_TK_BUILD) || defined(USE_TK_RUN) || defined(USE_TK_WRAPPER)
-DEV_WARNING+= "USE_TCL and USE_TK are deprecated, please use USES=tcl or USES=tk"
+DEV_ERROR+= "USE_TCL and USE_TK are no longer supported, please use USES=tcl or USES=tk"
.endif
.if defined(USE_SCONS)