diff options
Diffstat (limited to 'games/nethack-x11')
-rw-r--r-- | games/nethack-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 33dc248ae28..a343ff2ff4a 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2005/12/29 07:04:28 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2006/02/05 23:09:20 joerg Exp $ # .include "../../games/nethack-lib/Makefile.common" PKGNAME= nethack-x11-${NETHACK_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= The X11 version of NetHack CATEGORIES+= x11 |