diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-02 20:47:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-02 20:47:49 +0000 |
commit | 0f392f8b3ab55a08440e0f11165312cd79f12153 (patch) | |
tree | 99cec3e45cc0a7eba15bbf620fc8bfba5adf28c2 /games | |
parent | fd8eb26b009893f92f6f42d1151a0adf2958055e (diff) | |
download | pkgsrc-0f392f8b3ab55a08440e0f11165312cd79f12153.tar.gz |
bl2 -> bl3 in a package that does not have USE_BUILDLINK* set.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3arena-demo/Makefile | 4 | ||||
-rw-r--r-- | games/quake3arena/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index 172e33f4129..e49701736d4 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/20 12:15:41 agc Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/02 20:53:20 wiz Exp $ DISTNAME= linuxq3ademo-1_11-6_x86_gz PKGREVISION= 1 @@ -22,7 +22,7 @@ DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx .include "../../emulators/suse_linux/Makefile.application" .else USE_X11= yes -.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink3.mk" .endif NO_CONFIGURE= yes diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 2b2210ca134..7981dc8557a 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/04/15 00:20:29 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2004/07/02 20:53:20 wiz Exp $ DISTNAME= linuxq3apoint-1.32b.x86 PKGREVISION= 1 @@ -23,7 +23,7 @@ DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx .include "../../emulators/suse_linux/Makefile.application" .else USE_X11= yes -.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink3.mk" .endif NO_SRC_ON_FTP= no |