diff options
author | sjg <sjg@FreeBSD.org> | 2014-08-19 06:50:54 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2014-08-19 06:50:54 +0000 |
commit | d7cd1d425cc1ea9451fa235e3af9b6625c3e0de2 (patch) | |
tree | b04f4bd7cd887f50e7d98af35f46b9834ff86c80 /games/grdc | |
parent | 3c8e37b1d04827f33c0c9a7594bd1b1ef7cdb3d3 (diff) | |
parent | 4fbde208c6460d576f64d6dc3cdc6cab085a4283 (diff) | |
download | FreeBSD-src-d7cd1d425cc1ea9451fa235e3af9b6625c3e0de2.zip FreeBSD-src-d7cd1d425cc1ea9451fa235e3af9b6625c3e0de2.tar.gz |
Merge head from 7/28
Diffstat (limited to 'games/grdc')
-rw-r--r-- | games/grdc/Makefile | 4 | ||||
-rw-r--r-- | games/grdc/Makefile.depend | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/grdc/Makefile b/games/grdc/Makefile index 6b1d6ee..73d395a 100644 --- a/games/grdc/Makefile +++ b/games/grdc/Makefile @@ -2,7 +2,7 @@ PROG= grdc MAN= grdc.6 -DPADD= ${LIBNCURSES} -LDADD= -lncurses +DPADD= ${LIBNCURSESW} +LDADD= -lncursesw .include <bsd.prog.mk> diff --git a/games/grdc/Makefile.depend b/games/grdc/Makefile.depend index 4f4df65..a25f5f6 100644 --- a/games/grdc/Makefile.depend +++ b/games/grdc/Makefile.depend @@ -10,7 +10,6 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ - lib/ncurses/ncurses \ lib/ncurses/ncursesw \ |