diff options
author | joerg <joerg> | 2006-05-28 15:08:26 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-28 15:08:26 +0000 |
commit | 61799433ed9983b484f09ea92aed46925b1b3778 (patch) | |
tree | 2e42f9e7c4b52d7f6d8832a15b84071f563cb688 | |
parent | 9bb010f0a01b904445b23e77437edf5d974cf26b (diff) | |
download | pkgsrc-61799433ed9983b484f09ea92aed46925b1b3778.tar.gz |
Uses C++.
-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 |