diff options
author | wiz <wiz> | 2006-05-22 19:47:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-22 19:47:50 +0000 |
commit | 34d9ec4c0c13c69c1659596852e19433884e235b (patch) | |
tree | ea1a9e456aecc7c050a92f5878827043d2d10899 | |
parent | 62da8357414f7786296f0bf807a836ab871c4bab (diff) | |
download | pkgsrc-34d9ec4c0c13c69c1659596852e19433884e235b.tar.gz |
USE_LANGUAGES=c c++
-rw-r--r-- | games/exult/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index 917f1e2a5d3..554b63b859b 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:41 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/22 19:47:50 wiz Exp $ # DISTNAME= exult-1.2 @@ -11,6 +11,7 @@ HOMEPAGE= http://exult.sourceforge.net/ COMMENT= Open-source Ultima 7 engine USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |