diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-25 17:58:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-25 17:58:49 +0000 |
commit | defc715fdbd04217aafee93f8ff8b3abebc06292 (patch) | |
tree | f01097c673913274baa623193f6f793de8d07890 /games | |
parent | 6050cfdadb5cb24fa75f689f163e4c65310f40b2 (diff) | |
download | pkgsrc-defc715fdbd04217aafee93f8ff8b3abebc06292.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 2ff22483733..7e57d37598b 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/17 13:46:28 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2006/05/25 17:58:49 wiz Exp $ # DISTNAME= grhino-0.15.0 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rhino.sourceforge.net/ COMMENT= Othello (Reversi) engine +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 |