diff options
author | wiz <wiz> | 2006-05-23 20:25:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-23 20:25:40 +0000 |
commit | 768527a0e9f70a1bf8bc7fce1a72d31e4ecd5cfb (patch) | |
tree | 185ad179cba75e6fdc320e918e9bcc59d0e2adb8 /games | |
parent | e60e8923813d812229c96c4ca649900e02fdd928 (diff) | |
download | pkgsrc-768527a0e9f70a1bf8bc7fce1a72d31e4ecd5cfb.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'games')
-rw-r--r-- | games/ccgo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ccgo/Makefile b/games/ccgo/Makefile index cb1ab013cd4..6c43fa8c1a4 100644 --- a/games/ccgo/Makefile +++ b/games/ccgo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/22 09:22:08 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2006/05/23 20:25:40 wiz Exp $ DISTNAME= ccgo-0.3.6.2 PKGREVISION= 3 @@ -11,6 +11,7 @@ COMMENT= Go board with IGS and gnugo interface DEPENDS+= gnugo>=3.4:../../games/gnugo +USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes |