diff options
Diffstat (limited to 'games/nethack-x11/Makefile')
-rw-r--r-- | games/nethack-x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index e5a82d63034..98eb3b45916 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2000/11/27 22:31:04 pooka Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 15:10:55 wiz Exp $ # .include "../nethack-lib/Makefile.common" PKGNAME= nethack-x11-${NETHACK_VERSION} +COMMENT= the X11 version of NetHack + CATEGORIES+= x11 DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib |