aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/ncurses.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Uses/ncurses.mk')
-rw-r--r--Mk/Uses/ncurses.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/Uses/ncurses.mk b/Mk/Uses/ncurses.mk
index 413a8f8132a9..8e7400160508 100644
--- a/Mk/Uses/ncurses.mk
+++ b/Mk/Uses/ncurses.mk
@@ -39,7 +39,8 @@ NCURSESBASE= /usr
NCURSESINC= ${NCURSESBASE}/include
. if exists(${LOCALBASE}/lib/libncurses.so)
-check-depends::
+_USES_sanity+= 400:check-depends-ncurses
+check-depends-ncurses:
@${ECHO_CMD} "Dependency error: this port wants the ncurses library from the FreeBSD"
@${ECHO_CMD} "base system. You can't build against it, while a newer"
@${ECHO_CMD} "version is installed by a port."