From 2121b3eec604b4d9a7a58c34d355aa0d3637a577 Mon Sep 17 00:00:00 2001 From: shattered Date: Sat, 17 Jan 2009 22:09:39 +0000 Subject: Drop 'x11' backend (not supported by code) and fix support for xaw3d backend. OK by wiz@. --- games/freeciv-client/Makefile | 3 ++- games/freeciv-client/options.mk | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'games') 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) -- cgit v1.2.3