diff options
author | skrll <skrll@pkgsrc.org> | 2002-01-24 12:21:35 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-01-24 12:21:35 +0000 |
commit | 1b0aa3ed57d72723240cf1860b58015c2a771f8c (patch) | |
tree | 1caaaeb951cb1c2859adc4c4f043da602b38091b | |
parent | a3dee6c40d0892dc405120b1a804293e44816e13 (diff) | |
download | pkgsrc-1b0aa3ed57d72723240cf1860b58015c2a771f8c.tar.gz |
USE_BUILDLINK_ONLY and pull in Mesa. This should fix the build failure
noted in the bulk builds.
-rw-r--r-- | games/quake6/Makefile | 7 | ||||
-rw-r--r-- | games/quake6/PLIST | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 420b0609489..209c05269a5 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/01/10 16:43:27 skrll Exp $ +# $NetBSD: Makefile,v 1.16 2002/01/24 12:21:35 skrll Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -13,12 +13,13 @@ DEPENDS= quakedata-[0-9]*:../../games/quakedata WRKSRC= ${WRKDIR}/quakeforge +USE_BUILDLINK_ONLY= yes + post-extract: cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \; cd ${WRKSRC}; ${RM} config.cache USE_GMAKE= yes -USE_X11= yes GNU_CONFIGURE= yes # This pkg can be built on USE_INET6 platform only @@ -31,4 +32,6 @@ IGNORE= "${PKGNAME} requires IPv6 support" # "bindir" setting is very non-standard for GNU autoconf CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin +.include "../../graphics/Mesa/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/quake6/PLIST b/games/quake6/PLIST index 3d22a7cbcb3..1badd94b241 100644 --- a/games/quake6/PLIST +++ b/games/quake6/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:55:22 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/24 12:21:35 skrll Exp $ +bin/quake-gl bin/quake-x11 +bin/qw-client-gl bin/qw-client-x11 bin/qw-server |