diff options
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 7903bb2e575..ca0fc6b1e7a 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.48 2006/01/24 07:32:09 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2006/02/05 23:09:20 joerg Exp $ # .include "../../games/nethack-lib/Makefile.common" PKGNAME= nethack-qt-${NETHACK_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES+= x11 COMMENT= The QT-Enhanced X11 version of NetHack |