summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/freeciv-client/Makefile3
-rw-r--r--games/freeciv-client/options.mk5
2 files changed, 5 insertions, 3 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile
index 74618d2171b..dae5d0a9437 100644
--- a/games/freeciv-client/Makefile
+++ b/games/freeciv-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2008/12/14 19:20:55 adam Exp $
+# $NetBSD: Makefile,v 1.37 2009/01/17 22:09:39 shattered Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
+PKGREVISION= 1
COMMENT= Freeciv client
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/games/freeciv-client/options.mk b/games/freeciv-client/options.mk
index 3691402d2e4..ea21ef5390a 100644
--- a/games/freeciv-client/options.mk
+++ b/games/freeciv-client/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2009/01/08 22:51:52 shattered Exp $
+# $NetBSD: options.mk,v 1.6 2009/01/17 22:09:39 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freeciv-client
PKG_OPTIONS_REQUIRED_GROUPS= backend
-PKG_OPTIONS_GROUP.backend= gtk2 xaw xaw3d sdl x11
+PKG_OPTIONS_GROUP.backend= gtk2 xaw xaw3d sdl
PKG_SUGGESTED_OPTIONS= gtk2
.include "../../mk/bsd.options.mk"
@@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --enable-client=xaw
.if !empty(PKG_OPTIONS:Mxaw3d)
CONFIGURE_ARGS+= --enable-client=xaw3d
.include "../../x11/Xaw3d/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Msdl)