diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-07 09:05:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-07 09:05:43 +0000 |
commit | bfd9a8c41e89a8e405ece725b2d8eb2cc51186b0 (patch) | |
tree | 82261cf9b521137015cb4d8c9741816a9f3151dd /games | |
parent | 54dab93ce8f35d99bc8a96300e8354224ac14446 (diff) | |
download | pkgsrc-bfd9a8c41e89a8e405ece725b2d8eb2cc51186b0.tar.gz |
Remove Mesa's buildlink as it does nothing without USE_BUILDLINK3,
USE_X11 is enough for Linux systems (noted by wiz@).
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3arena-demo/Makefile | 3 | ||||
-rw-r--r-- | games/quake3arena/Makefile | 3 | ||||
-rw-r--r-- | games/rtcw/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index e49701736d4..c83bd2c751e 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/07/02 20:53:20 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2004/07/07 09:05:43 xtraeme Exp $ DISTNAME= linuxq3ademo-1_11-6_x86_gz PKGREVISION= 1 @@ -22,7 +22,6 @@ DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx .include "../../emulators/suse_linux/Makefile.application" .else USE_X11= yes -.include "../../graphics/MesaLib/buildlink3.mk" .endif NO_CONFIGURE= yes diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 7981dc8557a..d8c418bb965 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/07/02 20:53:20 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2004/07/07 09:05:43 xtraeme Exp $ DISTNAME= linuxq3apoint-1.32b.x86 PKGREVISION= 1 @@ -23,7 +23,6 @@ DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx .include "../../emulators/suse_linux/Makefile.application" .else USE_X11= yes -.include "../../graphics/MesaLib/buildlink3.mk" .endif NO_SRC_ON_FTP= no diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index cbd9ecb0192..27ccad31d68 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/15 00:33:24 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/07 09:05:43 xtraeme Exp $ DISTNAME= wolf-linux-1.33.x86 PKGNAME= rtcw-1.33 @@ -27,6 +27,8 @@ EXTRACT_CMD= ${SED} '1,178d' ${DOWNLOADED_DISTFILE} | ${GTAR} xzf - \ .if ${OPSYS} != "Linux" DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base .include "../../emulators/suse_linux/Makefile.application" +.else +USE_X11= yes .endif pre-extract: |