summaryrefslogtreecommitdiff
path: root/games/quake6/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-09 03:45:52 +0000
committersnj <snj@pkgsrc.org>2004-04-09 03:45:52 +0000
commitb85c8824c5d1ba299b1e61c7b76e5f049782941b (patch)
tree645a12c102478882a1f0ed3b5236ef0a1f5dcc84 /games/quake6/Makefile
parent5fb2ecb2ee4d9712eaa05362c7c3a4860e24b1c2 (diff)
downloadpkgsrc-b85c8824c5d1ba299b1e61c7b76e5f049782941b.tar.gz
Convert to buildlink3. Pull in ossaudio.buildlink3.mk and pass
${LIBOSSAUDIO} to LDFLAGS in order to make this build.
Diffstat (limited to 'games/quake6/Makefile')
-rw-r--r--games/quake6/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index 7a088ba65de..f5bd6b79471 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/24 13:30:56 grant Exp $
+# $NetBSD: Makefile,v 1.25 2004/04/09 03:45:52 snj Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
@@ -13,7 +13,7 @@ COMMENT= Quake over IPv6
DEPENDS= quakedata-[0-9]*:../../games/quakedata
WRKSRC= ${WRKDIR}/quakeforge
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_X11= yes
post-extract:
@@ -33,6 +33,7 @@ PKG_FAIL_REASON= "${PKGNAME} requires IPv6 support"
# "bindir" setting is very non-standard for GNU autoconf
CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin
-.include "../../graphics/MesaLib/buildlink2.mk"
-.include "../../graphics/glu/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"