diff options
author | shattered <shattered@pkgsrc.org> | 2009-01-17 22:09:39 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-01-17 22:09:39 +0000 |
commit | d19a6300648a7ee8c2d96274439b8753d930ddbf (patch) | |
tree | 83dd7dcc93a8aa19e95cce0c83545f83c06f1a58 /games/freeciv-client | |
parent | 1e59280a2f53032746d5cc050de37e63b5de84bd (diff) | |
download | pkgsrc-d19a6300648a7ee8c2d96274439b8753d930ddbf.tar.gz |
Drop 'x11' backend (not supported by code) and fix support for xaw3d backend.
OK by wiz@.
Diffstat (limited to 'games/freeciv-client')
-rw-r--r-- | games/freeciv-client/Makefile | 3 | ||||
-rw-r--r-- | games/freeciv-client/options.mk | 5 |
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) |