diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 14:07:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 14:07:51 +0000 |
commit | 556fb0aafc3ec1cea876324eafc544d222b6eaaa (patch) | |
tree | d3a7654a2224b33fcd609db13f114b60dc2a0d66 /games/xfreecell | |
parent | 15a6309f92c660eb520487d5e2fd83401b45fe3d (diff) | |
download | pkgsrc-556fb0aafc3ec1cea876324eafc544d222b6eaaa.tar.gz |
Uses C++.
Diffstat (limited to 'games/xfreecell')
-rw-r--r-- | games/xfreecell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xfreecell/Makefile b/games/xfreecell/Makefile index 31dbed11634..5a48c2a2387 100644 --- a/games/xfreecell/Makefile +++ b/games/xfreecell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:24 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/11 14:07:51 joerg Exp $ DISTNAME= xfreecell-1.0.5b PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= Popular freecell card game for X USE_X11BASE= yes USE_TOOLS+= gmake +USE_LANGUAGES= c++ MAKEFILE= makefile WRKSRC= ${WRKDIR}/xfreecell |