diff options
Diffstat (limited to 'games/nethack/Makefile')
-rw-r--r-- | games/nethack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 5a6b449d243..3aab5aae090 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2002/03/14 00:41:19 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/03/25 20:32:23 pooka Exp $ .include "../nethack-lib/Makefile.common" DISTNAME= nethack-all-${NETHACK_VERSION} -PKGREVISION= 1 CATEGORIES+= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -12,7 +11,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}:../nethack-qt +DEPENDS+= nethack-qt-${NETHACK_VERSION}:../nethack-qt USE_X11= yes EXTRACT_ONLY= # empty |