summaryrefslogtreecommitdiff
path: root/games/freeciv-client
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-10-14 20:17:24 +0000
committerwiz <wiz@pkgsrc.org>2015-10-14 20:17:24 +0000
commit290b47c25a999a52f9ed37d876514732ed4b57d7 (patch)
treeb62ce193139a28ca45bd0bf8ee8790b2683f16db /games/freeciv-client
parent118e6b2bd6bde9db2382b4d4ef63bb866b781b22 (diff)
downloadpkgsrc-290b47c25a999a52f9ed37d876514732ed4b57d7.tar.gz
Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that. Bump their PKGREVISIONs.
Diffstat (limited to 'games/freeciv-client')
-rw-r--r--games/freeciv-client/Makefile4
-rw-r--r--games/freeciv-client/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile
index f8327c3955d..1595aba04c7 100644
--- a/games/freeciv-client/Makefile
+++ b/games/freeciv-client/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2015/10/10 01:58:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.70 2015/10/14 20:17:25 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Freeciv client
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
diff --git a/games/freeciv-client/options.mk b/games/freeciv-client/options.mk
index 454bbd677e6..5255861a4a4 100644
--- a/games/freeciv-client/options.mk
+++ b/games/freeciv-client/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2015/04/26 19:19:42 spz Exp $
+# $NetBSD: options.mk,v 1.8 2015/10/14 20:17:25 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freeciv-client
PKG_OPTIONS_REQUIRED_GROUPS= backend
@@ -51,7 +51,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.xaw
CONFIGURE_ARGS+= --enable-client=xaw
CONFIGURE_ARGS+= --enable-fcmp=cli
CONFIGURE_ARGS+= --with-xaw3d
-.include "../../x11/Xaw3d/buildlink3.mk"
+.include "../../x11/libXaw3d/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
PLIST_SRC= ${PKGDIR}/PLIST.xaw
.endif