diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-28 11:51:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-28 11:51:04 +0000 |
commit | ce8f648141a3d7edefa7e68de891637bda763982 (patch) | |
tree | 771fbdca824b996a6603b5a2093632c874bae561 /games | |
parent | bd1a5f760e294213741422b2a988c72c133e7dd4 (diff) | |
download | pkgsrc-ce8f648141a3d7edefa7e68de891637bda763982.tar.gz |
Fix depends.
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 07ca2468905..cb7d653fd71 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/09/11 13:38:46 markd Exp $ +# $NetBSD: Makefile,v 1.15 2004/10/28 11:51:04 wiz Exp $ # Needed so configure/patch rules don't get pulled in NO_BUILD= yes @@ -15,7 +15,7 @@ COMMENT= Meta-package for NetHack with x11, qt and tty versions DEPENDS+= nethack-tty-${NETHACK_VERSION}:../nethack-tty DEPENDS+= nethack-x11-${NETHACK_VERSION}:../nethack-x11 -DEPENDS+= nethack-qt-${NETHACK_VERSION}nb1:../nethack-qt +DEPENDS+= nethack-qt-${NETHACK_VERSION}nb2:../nethack-qt USE_X11= yes EXTRACT_ONLY= # empty |