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 | 6927248d83aa22f2e6eddde74a234dba3d18df0a (patch) | |
tree | 90f10d52aa4d4d324b5bb066d699fa3a0c76fea2 /games | |
parent | 6cc359fa27ea3dbd19cad553c8a84bb295079738 (diff) | |
download | pkgsrc-6927248d83aa22f2e6eddde74a234dba3d18df0a.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 |