uqs's projects
/
games.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5f206b3
)
games - bs - remove redundant libmytinfo
author
Matthew Dillon <dillon@apollo.backplane.com>
Mon, 14 Sep 2009 21:06:31 +0000 (14:06 -0700)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Mon, 14 Sep 2009 21:06:31 +0000 (14:06 -0700)
Submitted-by: Ulrich Spoerlein <uqs@spoerlein.net>
games/bs/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/games/bs/Makefile
b/games/bs/Makefile
index
af17d04
..
b7d56ae
100644
(file)
--- a/
games/bs/Makefile
+++ b/
games/bs/Makefile
@@
-3,8
+3,8
@@
PROG= bs
MAN= bs.6
-DPADD= ${LIBNCURSES} ${LIBMYTINFO}
-LDADD= -lncurses -lmytinfo
+DPADD= ${LIBNCURSES}
+LDADD= -lncurses
HIDEGAME=hidegame
.include <bsd.prog.mk>