summaryrefslogtreecommitdiff
path: root/games/xgospel
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
commite5fcd34eb41e9655f0f7200baedbe10a64fdd982 (patch)
treeb62ce193139a28ca45bd0bf8ee8790b2683f16db /games/xgospel
parent886b59447e2bf83979e97811812e8e860d3c7f89 (diff)
downloadpkgsrc-e5fcd34eb41e9655f0f7200baedbe10a64fdd982.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/xgospel')
-rw-r--r--games/xgospel/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile
index d974d0fecb9..e67555ecf87 100644
--- a/games/xgospel/Makefile
+++ b/games/xgospel/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2012/10/06 11:55:01 asau Exp $
-#
+# $NetBSD: Makefile,v 1.20 2015/10/14 20:17:26 wiz Exp $
DISTNAME= xgospel-1.12d
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games x11
MASTER_SITES= http://gailly.net/
@@ -20,6 +19,12 @@ XAW_TYPE= 3d
.if defined(XAW_TYPE)
. if (${XAW_TYPE} == "3d") || (${XAW_TYPE} == "xpm")
CONFIGURE_ARGS+= --with-xaw3d
+# does not directly support Xaw3d
+.PHONY: buildlink-Xaw3d-inc-hack
+pre-configure: buildlink-Xaw3d-inc-hack
+
+buildlink-Xaw3d-inc-hack: buildlink-directories
+ cd ${BUILDLINK_DIR}/include/X11 && ln -s Xaw3d Xaw
. endif
.endif