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-qt | |
parent | 5be303ce102251d287db6ef6dc21ce0cae411e5b (diff) | |
download | pkgsrc-dfbf9bfb339cc2e1290afc05a59a4689236f60b5.tar.gz |
Depend on current pkgsrc version of nethack-*; bump PKGREVISION.
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index aa62f4e0e36..848537efe18 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.44 2005/07/19 10:17:59 grant Exp $ +# $NetBSD: Makefile,v 1.45 2005/09/22 14:55:07 wiz Exp $ # .include "../nethack-lib/Makefile.common" PKGNAME= nethack-qt-${NETHACK_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES+= x11 COMMENT= The QT-Enhanced X11 version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib BUILD_TARGET= x11tiles nethack |