From 71a074386a2a1324675953f46d4ea7d10c0901ac Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 13 Aug 1996 12:46:10 +0000 Subject: Reverse my patch which erroneously removed the library dependencies for a library. They're needed. --- gnu/lib/libdialog/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/lib') diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index a4e42da34eb3..507977a91d99 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -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 \ -- cgit v1.3