From 2a73f7bd2a13f2ead705ce7fd6c543280d575584 Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 18 Apr 2004 03:03:59 +0000 Subject: configure needs "--disable-xmms" for this to build when xmms is installed. Pointed out by xtraeme@. --- games/quakeforge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index abe018b6f4b..159f73f502b 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/17 03:04:03 snj Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/18 03:03:59 snj Exp $ DISTNAME= quakeforge-0.5.4 CATEGORIES= games @@ -11,6 +11,7 @@ COMMENT= Improved Quake engine BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison CONFIGURE_ARGS+= --with-cpp="${CPP} %d %i %o" +CONFIGURE_ARGS+= --disable-xmms GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_GNU_TOOLS+= make -- cgit v1.2.3