pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-large



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Sep 17 21:43:48 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/bulk-large: Makefile

Log Message:
bulk-large: ensure LIBRSVG_TYPE is defined


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/meta-pkgs/bulk-large/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/bulk-large/Makefile
diff -u pkgsrc/meta-pkgs/bulk-large/Makefile:1.67 pkgsrc/meta-pkgs/bulk-large/Makefile:1.68
--- pkgsrc/meta-pkgs/bulk-large/Makefile:1.67   Sat Sep 16 04:08:17 2023
+++ pkgsrc/meta-pkgs/bulk-large/Makefile        Sun Sep 17 21:43:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2023/09/16 04:08:17 dholland Exp $
+# $NetBSD: Makefile,v 1.68 2023/09/17 21:43:48 gutteridge Exp $
 
 DISTNAME=      bulk-large-20230915
 CATEGORIES=    meta-pkgs
@@ -114,6 +114,7 @@ DEPENDS+=   ${PYPKGPREFIX}-pspdfutils-[0-9
 DEPENDS+=      qemu-[0-9]*:../../emulators/qemu
 DEPENDS+=      gnuplot-[0-9]*:../../graphics/gnuplot
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+.include "../../graphics/librsvg/available.mk"
 .if ${LIBRSVG_TYPE} == "rust"
 DEPENDS+=      librsvg-[0-9]*:../../graphics/librsvg
 .else



Home | Main Index | Thread Index | Old Index