pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cinepaint



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 14:20:20 UTC 2024

Modified Files:
        pkgsrc/graphics/cinepaint: Makefile

Log Message:
cinepaint: Requires flex.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/graphics/cinepaint/Makefile

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

Modified files:

Index: pkgsrc/graphics/cinepaint/Makefile
diff -u pkgsrc/graphics/cinepaint/Makefile:1.90 pkgsrc/graphics/cinepaint/Makefile:1.91
--- pkgsrc/graphics/cinepaint/Makefile:1.90     Tue Dec  3 14:16:12 2024
+++ pkgsrc/graphics/cinepaint/Makefile  Tue Dec  3 14:20:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2024/12/03 14:16:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.91 2024/12/03 14:20:20 jperkin Exp $
 
 DISTNAME=      cinepaint-1.0-4
 PKGNAME=       cinepaint-1.0.4
@@ -18,7 +18,7 @@ MAKE_JOBS_SAFE=               no
 
 USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config msgfmt gmake
+USE_TOOLS+=            pkg-config msgfmt gmake flex
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-python
 



Home | Main Index | Thread Index | Old Index