diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 20:17:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 20:17:15 +0000 |
commit | d360437145f4b60f696a4443967991232efecf04 (patch) | |
tree | 39caead915f6f45983c70ab62def0169545ee18a /games | |
parent | cbf028918934b2b54db5db3124012d7bfab084d9 (diff) | |
download | pkgsrc-d360437145f4b60f696a4443967991232efecf04.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 40db724f4cc..d350ad5291e 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/28 16:02:41 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2006/05/22 20:17:15 wiz Exp $ DISTNAME= wesnoth-1.0.2 PKGREVISION= 5 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.wesnoth.org/ COMMENT= Fantasy turn-based strategy game USE_TOOLS+= pkg-config +USE_LANGUAGES+= c c++ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} |