diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 18:29:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 18:29:17 +0000 |
commit | cafc021dfd7b0126ab700229cc1ddde72a9e72be (patch) | |
tree | 8d3352dc133c344386b80bf00161a7610eb7d57a /games | |
parent | 3c0c987cd5e2af6fbf738d2497ee9f1837293bf3 (diff) | |
download | pkgsrc-cafc021dfd7b0126ab700229cc1ddde72a9e72be.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/Makefile | 3 | ||||
-rw-r--r-- | games/crossfire-client/Makefile.common | 3 |
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" |