summaryrefslogtreecommitdiff
path: root/games/gnome-chess
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-11-02 02:42:01 +0000
committerrh <rh@pkgsrc.org>2002-11-02 02:42:01 +0000
commitd107945163774c4062fc95068752ea5af76c969b (patch)
treef1fbf145b2833f8da5be4abb0c7b02f2fea44c2a /games/gnome-chess
parentfef57c8b0c562783b2f3d8c71288814c09b5b76a (diff)
downloadpkgsrc-d107945163774c4062fc95068752ea5af76c969b.tar.gz
s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
Diffstat (limited to 'games/gnome-chess')
-rw-r--r--games/gnome-chess/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile
index 2cc66e9bf12..4a677653750 100644
--- a/games/gnome-chess/Makefile
+++ b/games/gnome-chess/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.13 2002/10/26 20:04:31 bouyer Exp $
+# $NetBSD: Makefile,v 1.14 2002/11/02 02:42:03 rh Exp $
-DISTNAME= gnome-chess-0.3.3
-PKGREVISION= 3
-CATEGORIES= games gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/0.3/}
+DISTNAME= gnome-chess-0.3.3
+PKGREVISION= 3
+CATEGORIES= games gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/0.3/}
-MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://arcavia.com/rd/gnome-chess/
-COMMENT= GNOME's graphical interface for playing chess
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://arcavia.com/rd/gnome-chess/
+COMMENT= GNOME\'s graphical interface for playing chess
USE_BUILDLINK2= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var/lib
+CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
+.include "../../textproc/scrollkeeper/buildlink2.mk"
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"