summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorshattered <shattered>2009-01-17 22:09:39 +0000
committershattered <shattered>2009-01-17 22:09:39 +0000
commit2121b3eec604b4d9a7a58c34d355aa0d3637a577 (patch)
tree83dd7dcc93a8aa19e95cce0c83545f83c06f1a58 /games
parent894ef3e91c68478abeba391c2d8d4f4adcfdb4ae (diff)
downloadpkgsrc-2121b3eec604b4d9a7a58c34d355aa0d3637a577.tar.gz
Drop 'x11' backend (not supported by code) and fix support for xaw3d backend.
OK by wiz@.
Diffstat (limited to 'games')
-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)