summaryrefslogtreecommitdiff
path: root/games/wesnoth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r--games/wesnoth/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index ee19edf320b..778ae1140c3 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:47 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/01 22:32:24 wiz Exp $
#
-DISTNAME= wesnoth-0.8
-PKGREVISION= 1
+DISTNAME= wesnoth-0.8.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
-MAINTAINER= manu@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.wesnoth.org/
COMMENT= Fantasy turn-based strategy game
@@ -14,12 +13,13 @@ HAS_CONFIGURE= YES
USE_BUILDLINK3= YES
UNLIMIT_RESOURCES+= datasize
-CONFIGURE_ARGS+= --prefix=${LOCALBASE}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
BUILDLINK_DEPENDS.SDL= SDL>=1.2.7
BUILDLINK_DEPENDS.SDL_mixer= SDL_mixer>=1.2.5nb3
.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"