diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 17:40:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 17:40:44 +0000 |
commit | d1381e1dcf8821659ac548a5ee159243b63972e7 (patch) | |
tree | 90f10d52aa4d4d324b5bb066d699fa3a0c76fea2 /games | |
parent | dc2d232a674757e267104f24c256fd55490e6680 (diff) | |
download | pkgsrc-d1381e1dcf8821659ac548a5ee159243b63972e7.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'games')
-rw-r--r-- | games/crimsonfields/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile index 5ad2f1beb0e..2498d84c646 100644 --- a/games/crimsonfields/Makefile +++ b/games/crimsonfields/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/02/05 23:09:13 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/05/22 17:40:44 wiz Exp $ # DISTNAME= crimson-0.4.9 @@ -13,6 +13,7 @@ HOMEPAGE= http://crimson.seul.org/ COMMENT= Tactical war game in the tradition of Battle Isle USE_DIRS+= xdg-1.1 +USE_LANGUAGES= c c++ USE_TOOLS+= gmake # not standard locale files #USE_PKGLOCALEDIR= no |