diff options
author | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
commit | 220325988af82dd6e1b8e09227eec26115852697 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/baduki/Makefile | |
parent | d7d375166804180b99de6a2eb77d406136e65d5c (diff) | |
download | pkgsrc-220325988af82dd6e1b8e09227eec26115852697.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/baduki/Makefile')
-rw-r--r-- | games/baduki/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile index 4a90ac29acf..740f99d7cc7 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/11/02 04:24:50 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/16 15:10:43 wiz Exp $ DISTNAME= baduki-0.2.9 CATEGORIES= games @@ -6,6 +6,7 @@ MASTER_SITES= http://soback.kornet21.net/~artist/baduk/ MAINTAINER= bad@netbsd.org HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html +COMMENT= Go playing program based on xamigo BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk |