pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/freeciv-client Supports DESTDIR. Remove x11 opti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df386a1f6d2d
branches:  trunk
changeset: 532367:df386a1f6d2d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 16 22:59:08 2007 +0000

description:
Supports DESTDIR. Remove x11 option -- it still requires Xaw to build
and that makes it kind of pointless.

diffstat:

 games/freeciv-client/Makefile   |  4 +++-
 games/freeciv-client/options.mk |  7 +------
 2 files changed, 4 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 6d342c4c0c24 -r df386a1f6d2d games/freeciv-client/Makefile
--- a/games/freeciv-client/Makefile     Thu Aug 16 22:48:59 2007 +0000
+++ b/games/freeciv-client/Makefile     Thu Aug 16 22:59:08 2007 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2007/03/18 13:12:14 adam Exp $
+# $NetBSD: Makefile,v 1.33 2007/08/16 22:59:08 joerg Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
 COMMENT=       Freeciv client
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      freeciv-share>=${FC_VERS}:../../games/freeciv-share
 DEPENDS+=      freeciv-sounds>=3.0:../../games/freeciv-sounds
 
diff -r 6d342c4c0c24 -r df386a1f6d2d games/freeciv-client/options.mk
--- a/games/freeciv-client/options.mk   Thu Aug 16 22:48:59 2007 +0000
+++ b/games/freeciv-client/options.mk   Thu Aug 16 22:59:08 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2005/10/20 13:37:41 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2007/08/16 22:59:08 joerg Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.freeciv-client
 PKG_OPTIONS_REQUIRED_GROUPS=   backend
@@ -32,8 +32,3 @@
 CONFIGURE_ARGS+=       --enable-ftwl=sdl
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .endif
-
-.if !empty(PKG_OPTIONS:Mx11)
-CONFIGURE_ARGS+=       --enable-ftwl=x11
-.include "../../mk/x11.buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index