pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gource



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 17 09:20:02 UTC 2024

Modified Files:
        pkgsrc/graphics/gource: Makefile

Log Message:
gource: requires pcre2, not pcre


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/gource/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/gource/Makefile
diff -u pkgsrc/graphics/gource/Makefile:1.59 pkgsrc/graphics/gource/Makefile:1.60
--- pkgsrc/graphics/gource/Makefile:1.59        Fri Oct  4 04:12:20 2024
+++ pkgsrc/graphics/gource/Makefile     Sun Nov 17 09:20:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2024/10/04 04:12:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2024/11/17 09:20:02 nia Exp $
 
 DISTNAME=      gource-0.55
 CATEGORIES=    graphics
@@ -19,7 +19,7 @@ CONFIGURE_ARGS=       --with-boost=${BUILDLINK
 
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"



Home | Main Index | Thread Index | Old Index