diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 19:47:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 19:47:50 +0000 |
commit | 17307ec48ea3678b1f7b7f3faf36fc24974a160a (patch) | |
tree | ea1a9e456aecc7c050a92f5878827043d2d10899 /games | |
parent | 7aacf7268ec83d26472f6dae775faccc0fc68008 (diff) | |
download | pkgsrc-17307ec48ea3678b1f7b7f3faf36fc24974a160a.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'games')
-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 |