summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-05-01 04:42:53 +0000
committerache <ache@FreeBSD.org>1998-05-01 04:42:53 +0000
commit1caaf9212f2f49a3053269faa4e579b6daa9b841 (patch)
tree5b4cc90dea4e16bac0e19278711f16313c72f9af /gnu
parent8b6dce2fd0f97035517657ca30b1666c49a65089 (diff)
downloadFreeBSD-src-1caaf9212f2f49a3053269faa4e579b6daa9b841.zip
FreeBSD-src-1caaf9212f2f49a3053269faa4e579b6daa9b841.tar.gz
Add libtermcap to DPADD too
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/bc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile
index 46e901f..fa6456f 100644
--- a/gnu/usr.bin/bc/Makefile
+++ b/gnu/usr.bin/bc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1998/04/30 15:59:49 ache Exp $
+# $Id: Makefile,v 1.10 1998/05/01 02:49:40 scrappy Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -29,7 +29,7 @@ scan.o: bc.h
CLEANFILES+= ${GENSRCS} y.tab.h bc.h
-DPADD+= ${LIBREADLINE}
+DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
LDADD+= -lreadline -ltermcap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud