diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
commit | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/corewars | |
parent | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (diff) | |
download | pkgsrc-9f28a7693e4ce0bcbc428ce0b4903fd08e48c277.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/corewars')
-rw-r--r-- | games/corewars/Makefile | 3 | ||||
-rw-r--r-- | games/corewars/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/corewars/Makefile b/games/corewars/Makefile index 8969006f432..dc9dd596838 100644 --- a/games/corewars/Makefile +++ b/games/corewars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:25 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:44 wiz Exp $ # DISTNAME= corewars-0.9.11 @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corewars/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://corewars.sourceforge.net/ +COMMENT= programs on a virtual machine, fighting each other DEPENDS+= gtk+>=1.2.0:../../x11/gtk diff --git a/games/corewars/pkg/COMMENT b/games/corewars/pkg/COMMENT deleted file mode 100644 index 1e9a37ac1fd..00000000000 --- a/games/corewars/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -programs on a virtual machine, fighting each other |