diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-22 14:55:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-22 14:55:07 +0000 |
commit | dfbf9bfb339cc2e1290afc05a59a4689236f60b5 (patch) | |
tree | 19ef2882225003eedd3616b0bc4eaa49646cfb04 /games/nethack-tty | |
parent | 5be303ce102251d287db6ef6dc21ce0cae411e5b (diff) | |
download | pkgsrc-dfbf9bfb339cc2e1290afc05a59a4689236f60b5.tar.gz |
Depend on current pkgsrc version of nethack-*; bump PKGREVISION.
Diffstat (limited to 'games/nethack-tty')
-rw-r--r-- | games/nethack-tty/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 01bad0c645a..2a8063540b0 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.14 2005/07/19 10:17:59 grant Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/22 14:55:07 wiz Exp $ # .include "../nethack-lib/Makefile.common" PKGNAME= nethack-tty-${NETHACK_VERSION} +PKGREVISION= 1 COMMENT= The tty/console based version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib BUILD_TARGET= nethack INSTALL_TARGET= binfiles |