diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 21:18:18 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 21:18:18 +0000 |
| commit | ee5a34ecba51f02e3bf46b112e265abf976f39b6 (patch) | |
| tree | 569e9832fa3d4775e3b8244ea1f09d4307418368 /gnu/usr.bin/dialog | |
| parent | 8794b8a783923e2335c30f700e3a9db146c64ee6 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/dialog')
| -rw-r--r-- | gnu/usr.bin/dialog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile index f9281c8fd685..ae1f1ab0af8f 100644 --- a/gnu/usr.bin/dialog/Makefile +++ b/gnu/usr.bin/dialog/Makefile @@ -3,8 +3,7 @@ DIALOG= ${.CURDIR}/../../../contrib/dialog PROG= dialog -DPADD= ${LIBDIALOG} ${LIBNCURSESW} ${LIBM} -LDADD= -ldialog -lncursesw -lm +LIBADD= dialog ncursesw m CFLAGS+= -I${.CURDIR} -I${DIALOG} .PATH: ${DIALOG} |
