diff options
Diffstat (limited to 'games/kmines')
-rw-r--r-- | games/kmines/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kmines/Makefile b/games/kmines/Makefile index 4a6213971e5..b71694c0887 100644 --- a/games/kmines/Makefile +++ b/games/kmines/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2013/05/21 12:49:30 markd Exp $ +# $NetBSD: Makefile,v 1.4 2013/06/03 10:05:01 wiz Exp $ DISTNAME= kmines-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= games COMMENT= KDE version of the classic minesweeper game |