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 | 573c01347b983d55d44a2cc51468fbe85c480008 (patch) | |
tree | 82261cf9b521137015cb4d8c9741816a9f3151dd /games/quake3arena | |
parent | 51d18dd392a945485fd661c5ba13cffe4a53a2c2 (diff) | |
download | pkgsrc-573c01347b983d55d44a2cc51468fbe85c480008.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/quake3arena')
-rw-r--r-- | games/quake3arena/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |