pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/quakeforge



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 22:19:26 UTC 2023

Modified Files:
        pkgsrc/games/quakeforge: Makefile

Log Message:
quakeforge: Add missing dependency on flex


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/games/quakeforge/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/quakeforge/Makefile
diff -u pkgsrc/games/quakeforge/Makefile:1.57 pkgsrc/games/quakeforge/Makefile:1.58
--- pkgsrc/games/quakeforge/Makefile:1.57       Sat May  6 19:09:28 2023
+++ pkgsrc/games/quakeforge/Makefile    Sun Jul  9 22:19:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2023/05/06 19:09:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.58 2023/07/09 22:19:25 nia Exp $
 
 DISTNAME=              quakeforge-0.7.2
 PKGREVISION=           19
@@ -14,7 +14,7 @@ CONFIGURE_ARGS+=      --enable-xdg
 CONFIGURE_ARGS+=       --with-cpp=${CPP:Q}" %d %i %o"
 GNU_CONFIGURE=         YES
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            bison gmake pkg-config
+USE_TOOLS+=            bison flex gmake pkg-config
 USE_LIBTOOL=           YES
 
 SUBST_CLASSES+=                dsp



Home | Main Index | Thread Index | Old Index