Reverse my patch which erroneously removed the library dependencies
for a library. They're needed.
This commit is contained in:
parent
9dcb14d6d3
commit
36270d5e25
@ -12,6 +12,9 @@ SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
|
||||
|
||||
LDADD+= -lncurses -lmytinfo
|
||||
DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
|
||||
|
||||
beforeinstall:
|
||||
-cd ${.CURDIR}; cmp -s dialog.h ${DESTDIR}/usr/include/dialog.h || \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dialog.h \
|
||||
|
Loading…
Reference in New Issue
Block a user