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/quake3arena | |
parent | fd8eb26b009893f92f6f42d1151a0adf2958055e (diff) | |
download | pkgsrc-0f392f8b3ab55a08440e0f11165312cd79f12153.tar.gz |
bl2 -> bl3 in a package that does not have USE_BUILDLINK* set.
Diffstat (limited to 'games/quake3arena')
-rw-r--r-- | games/quake3arena/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |