diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2014-07-17 18:24:34 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2014-07-17 18:24:34 +0000 |
| commit | 80189b3b093749e26cb298735618c6633a2d26fc (patch) | |
| tree | 3ff2151befbc35e13a819af1c5dc8b2239bd1183 /gnu/lib/libreadline | |
| parent | 53cc33f6f629c8eb5377ddcf02b1dff1eb2a8fac (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libreadline')
| -rw-r--r-- | gnu/lib/libreadline/readline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/readline/Makefile b/gnu/lib/libreadline/readline/Makefile index 6ebea3a981a7..f09e9432a5fa 100644 --- a/gnu/lib/libreadline/readline/Makefile +++ b/gnu/lib/libreadline/readline/Makefile @@ -23,7 +23,7 @@ ${.OBJDIR}/${_h}: ${SRCDIR}/${_h} ${INSTALL} ${.ALLSRC} ${.TARGET} .endfor -DPADD= ${LIBTERMCAP} -LDADD= -ltermcap +DPADD= ${LIBTERMCAPW} +LDADD= -ltermcapw .include <bsd.lib.mk> |
