summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-01-01 18:31:21 +0000
committerantoine <antoine@FreeBSD.org>2013-01-01 18:31:21 +0000
commit8b672151d0ab3e8e68f25134d8292fbce7655e9a (patch)
tree1af440f71629041f7c53ed1c8d11b2a41845572c /gnu
parent388760425c9362d3b543a8f67b15e92345891eda (diff)
downloadFreeBSD-src-8b672151d0ab3e8e68f25134d8292fbce7655e9a.zip
FreeBSD-src-8b672151d0ab3e8e68f25134d8292fbce7655e9a.tar.gz
Fix a dependency
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/dialog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index 9b60974..e945b22 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -3,7 +3,7 @@
DIALOG= ${.CURDIR}/../../../contrib/dialog
PROG= dialog
-DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBM}
+DPADD= ${LIBDIALOG} ${LIBNCURSESW} ${LIBM}
LDADD= -ldialog -lncursesw -lm
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}
OpenPOWER on IntegriCloud