Sun Jul 9 22:19:26 2023 UTC ()
quakeforge: Add missing dependency on flex


(nia)
diff -r1.57 -r1.58 pkgsrc/games/quakeforge/Makefile

cvs diff -r1.57 -r1.58 pkgsrc/games/quakeforge/Makefile (expand / switch to unified diff)

--- pkgsrc/games/quakeforge/Makefile 2023/05/06 19:09:28 1.57
+++ pkgsrc/games/quakeforge/Makefile 2023/07/09 22:19:25 1.58
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.57 2023/05/06 19:09:28 ryoon Exp $ 1# $NetBSD: Makefile,v 1.58 2023/07/09 22:19:25 nia Exp $
2 2
3DISTNAME= quakeforge-0.7.2 3DISTNAME= quakeforge-0.7.2
4PKGREVISION= 19 4PKGREVISION= 19
5CATEGORIES= games 5CATEGORIES= games
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quake/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quake/}
7 7
8MAINTAINER= snj@NetBSD.org 8MAINTAINER= snj@NetBSD.org
9HOMEPAGE= http://www.quakeforge.net/ 9HOMEPAGE= http://www.quakeforge.net/
10COMMENT= Improved Quake engine 10COMMENT= Improved Quake engine
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13CONFIGURE_ARGS+= --enable-xdg 13CONFIGURE_ARGS+= --enable-xdg
14CONFIGURE_ARGS+= --with-cpp=${CPP:Q}" %d %i %o" 14CONFIGURE_ARGS+= --with-cpp=${CPP:Q}" %d %i %o"
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_TOOLS+= bison gmake pkg-config 17USE_TOOLS+= bison flex gmake pkg-config
18USE_LIBTOOL= YES 18USE_LIBTOOL= YES
19 19
20SUBST_CLASSES+= dsp 20SUBST_CLASSES+= dsp
21SUBST_STAGE.dsp= pre-configure 21SUBST_STAGE.dsp= pre-configure
22SUBST_MESSAGE.dsp= Adjusting sound device path. 22SUBST_MESSAGE.dsp= Adjusting sound device path.
23SUBST_FILES.dsp= libs/audio/targets/snd_oss.c 23SUBST_FILES.dsp= libs/audio/targets/snd_oss.c
24SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|" 24SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
25 25
26LIBS+= ${BUILDLINK_LDADD.oss} 26LIBS+= ${BUILDLINK_LDADD.oss}
27 27
28REPLACE_PYTHON+= tools/qfcc/source/qfpreqcc 28REPLACE_PYTHON+= tools/qfcc/source/qfpreqcc
29 29
30.include "../../mk/bsd.prefs.mk" 30.include "../../mk/bsd.prefs.mk"