diff options
Diffstat (limited to 'games/gnome-breakout/Makefile')
-rw-r--r-- | games/gnome-breakout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-breakout/Makefile b/games/gnome-breakout/Makefile index 3f4dc14ec95..1572a9b4d53 100644 --- a/games/gnome-breakout/Makefile +++ b/games/gnome-breakout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/04/19 05:37:11 rh Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:50 wiz Exp $ # DISTNAME= gnome-breakout-0.4 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.tuial.com/~alcaron/software/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.tuial.com/~alcaron/software/ +COMMENT= gnome version of the classic breakout game DEPENDS+= gnome-core-*:../../x11/gnome-core |