aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tabs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tabs/Makefile')
-rw-r--r--usr.bin/tabs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tabs/Makefile b/usr.bin/tabs/Makefile
index 4b5d40e0d3024..2c5f729905a19 100644
--- a/usr.bin/tabs/Makefile
+++ b/usr.bin/tabs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= tabs
-DPADD= ${LIBTERMCAP}
-LDADD= -ltermcap
+DPADD= ${LIBTERMCAPW}
+LDADD= -ltermcapw
.include <bsd.prog.mk>