summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 18:29:17 +0000
committerjoerg <joerg>2007-02-02 18:29:17 +0000
commit98387c23d170e01c79330574f9a269924ea1cfcb (patch)
tree8d3352dc133c344386b80bf00161a7610eb7d57a /games
parent37ad6d0ba4ffaed2f91be35f8978a15c7e867a19 (diff)
downloadpkgsrc-98387c23d170e01c79330574f9a269924ea1cfcb.tar.gz
Don't include x11.b3.mk for all client packages, but libX11 for the X
client.
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-client/Makefile3
-rw-r--r--games/crossfire-client/Makefile.common3
2 files changed, 3 insertions, 3 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile
index ae2e3350769..6ba1a8e2c7f 100644
--- a/games/crossfire-client/Makefile
+++ b/games/crossfire-client/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/11 05:57:14 adam Exp $
+# $NetBSD: Makefile,v 1.2 2007/02/02 18:29:17 joerg Exp $
.include "../../games/crossfire-client/Makefile.common"
COMMENT= Multi-player graphical arcade and adventure game; X11 client
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/crossfire-client/Makefile.common b/games/crossfire-client/Makefile.common
index 629854dfbb5..a196ce037f5 100644
--- a/games/crossfire-client/Makefile.common
+++ b/games/crossfire-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2006/05/11 05:57:14 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2007/02/02 18:29:17 joerg Exp $
DISTNAME= crossfire-client-${CROSSFIRE_VERSION}
CATEGORIES= games x11
@@ -25,4 +25,3 @@ SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"