aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tput
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tput')
-rw-r--r--usr.bin/tput/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile
index 143dc651e135..c42ef7925190 100644
--- a/usr.bin/tput/Makefile
+++ b/usr.bin/tput/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PROG= tput
-DPADD= ${LIBTERMCAP}
-LDADD= -ltermcap
+DPADD= ${LIBTERMCAPW}
+LDADD= -ltermcapw
SCRIPTS=clear.sh
MLINKS= tput.1 clear.1