diff options
| author | simonb <simonb@NetBSD.org> | 2006-02-25 11:56:51 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2006-02-25 11:56:51 +0000 |
| commit | feaaa5ed4c64ff576cdb202fafcb1bb27d1a190c (patch) | |
| tree | 6e49c031071e87fb675f755a7acaaaceedf3ac15 /games/hack | |
| parent | 7a89a17ecdd58fd418f81f96768818c51e562518 (diff) | |
Change DPADD from LIBTERM (which doesn't exist) and LIBCOMPAT (which it
doesn't use) to LIBTERMCAP (which it does use).
Diffstat (limited to 'games/hack')
| -rw-r--r-- | games/hack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 454be1627b8..a84500b2963 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2003/11/16 14:14:18 lukem Exp $ +# $NetBSD: Makefile,v 1.40 2006/02/25 11:56:51 simonb Exp $ # @(#)Makefile 8.2 (Berkeley) 4/27/95 .include <bsd.own.mk> @@ -18,7 +18,7 @@ SRCS+= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \ hack.u_init.c hack.unix.c hack.vault.c hack.version.c hack.wield.c \ hack.wizard.c hack.worm.c hack.worn.c hack.zap.c rnd.c MAN= hack.6 -DPADD+= ${LIBTERM} ${LIBCOMPAT} +DPADD+= ${LIBTERMCAP} LDADD+= -ltermcap HIDEGAME=hidegame SETGIDGAME=yes |
