diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-28 15:08:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-28 15:08:26 +0000 |
commit | 98229cd00387a1e5c04a1b50480d19a40c1ecf2e (patch) | |
tree | 2e42f9e7c4b52d7f6d8832a15b84071f563cb688 /games/openmortal | |
parent | c50c81b509c924e42a7dd3aab4d51dcabc03b02b (diff) | |
download | pkgsrc-98229cd00387a1e5c04a1b50480d19a40c1ecf2e.tar.gz |
Uses C++.
Diffstat (limited to 'games/openmortal')
-rw-r--r-- | games/openmortal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index a8db0360bd7..486294afb0a 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/18 20:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/05/28 15:08:26 joerg Exp $ # DISTNAME= openmortal-0.7 @@ -14,6 +14,7 @@ COMMENT= Parody of Mortal Kombat with real characters BROKEN_IN= pkgsrc-2006Q1 GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= gmake REPLACE_PERL= data/script/*.pl |