diff options
author | wiz <wiz> | 2006-05-25 17:58:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-25 17:58:49 +0000 |
commit | c7f759ed1de78155aa9e1c5a409dfcbdcbc5f3be (patch) | |
tree | f01097c673913274baa623193f6f793de8d07890 /games | |
parent | 037e35db4f0d2299908dce98cabc3e3647a41783 (diff) | |
download | pkgsrc-c7f759ed1de78155aa9e1c5a409dfcbdcbc5f3be.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 |