diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 12:19:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 12:19:24 +0000 |
commit | 36b7e7e3582b50e7284950e926e85a4ffa34505d (patch) | |
tree | 3828fd985a51c0cdc7a20eabe60ad46a2dd0082e /games | |
parent | 483966f966ee751b01118f5f56773ad4af844c28 (diff) | |
download | pkgsrc-36b7e7e3582b50e7284950e926e85a4ffa34505d.tar.gz |
Uses C++.
Diffstat (limited to 'games')
-rw-r--r-- | games/exchess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/exchess/Makefile b/games/exchess/Makefile index 5548da324ea..89aacf54ade 100644 --- a/games/exchess/Makefile +++ b/games/exchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:41 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/07 12:19:24 joerg Exp $ DISTNAME= EXCH314S PKGNAME= exchess-3.14 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pc.astro.brandeis.edu/BRAG/people/dch/chess.html COMMENT= Experimental chess engine +USE_LANGUAGES= c++ NO_CONFIGURE= yes WRKSRC= ${WRKDIR} |