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/rtcw | |
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/rtcw')
-rw-r--r-- | games/rtcw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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: |