diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
commit | e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227 (patch) | |
tree | d3e7e373e1b02fdf2f14e66714105afabc05662e /lib/ncurses/form/Makefile | |
parent | c01611e4370dad4e4e53afe47364019fe569cc46 (diff) | |
download | src-e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227.tar.gz src-e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227.zip |
Add missing shared library interdependencies.
Notes
Notes:
svn path=/head/; revision=152285
Diffstat (limited to 'lib/ncurses/form/Makefile')
-rw-r--r-- | lib/ncurses/form/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ncurses/form/Makefile b/lib/ncurses/form/Makefile index 6e69075ba698..027be497af88 100644 --- a/lib/ncurses/form/Makefile +++ b/lib/ncurses/form/Makefile @@ -8,6 +8,9 @@ NCURSES=${.CURDIR}/../../contrib/ncurses .PATH: ${NCURSES}/man LIB= form +DPADD= ${LIBNCURSES} +LDADD= -lncurses + AWK?= awk SRCS= ncurses_def.h \ |