diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /games/ccgo | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'games/ccgo')
-rw-r--r-- | games/ccgo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/ccgo/Makefile b/games/ccgo/Makefile index e1c8982dd12..c715c524786 100644 --- a/games/ccgo/Makefile +++ b/games/ccgo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/04 21:29:40 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:32 jlam Exp $ DISTNAME= ccgo-0.3.6.2 PKGREVISION= 2 @@ -10,9 +10,8 @@ HOMEPAGE= http://ccdw.org/~cjj/prog/ccgo/ COMMENT= Go board with IGS and gnugo interface DEPENDS+= gnugo>=3.4:../../games/gnugo -BUILD_USES_MSGFMT= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |