summaryrefslogtreecommitdiffstats
path: root/lib/libform
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-10 18:07:07 +0000
committerru <ru@FreeBSD.org>2005-11-10 18:07:07 +0000
commitc82c5ba499665e44341dee9630ef960a16eca899 (patch)
treed3e7e373e1b02fdf2f14e66714105afabc05662e /lib/libform
parent9f37514a123bf2ec67aa6382b6528757c562e47d (diff)
downloadFreeBSD-src-c82c5ba499665e44341dee9630ef960a16eca899.zip
FreeBSD-src-c82c5ba499665e44341dee9630ef960a16eca899.tar.gz
Add missing shared library interdependencies.
Diffstat (limited to 'lib/libform')
-rw-r--r--lib/libform/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libform/Makefile b/lib/libform/Makefile
index 6e69075..027be49 100644
--- a/lib/libform/Makefile
+++ b/lib/libform/Makefile
@@ -8,6 +8,9 @@ NCURSES=${.CURDIR}/../../contrib/ncurses
.PATH: ${NCURSES}/man
LIB= form
+DPADD= ${LIBNCURSES}
+LDADD= -lncurses
+
AWK?= awk
SRCS= ncurses_def.h \
OpenPOWER on IntegriCloud