pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Aug 30 00:36:33 UTC 2025

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
graphics/inkscape: Depend on libxslt explicitly to fix build

* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 pkgsrc/graphics/inkscape/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/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.310 pkgsrc/graphics/inkscape/Makefile:1.311
--- pkgsrc/graphics/inkscape/Makefile:1.310     Fri Aug 22 08:15:53 2025
+++ pkgsrc/graphics/inkscape/Makefile   Sat Aug 30 00:36:33 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.310 2025/08/22 08:15:53 adam Exp $
+# $NetBSD: Makefile,v 1.311 2025/08/30 00:36:33 ryoon Exp $
 
 DISTNAME=      inkscape-1.4.2
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  https://media.inkscape.org/dl/resources/file/
 EXTRACT_SUFX=  .tar.xz
@@ -137,6 +137,7 @@ BUILDLINK_API_DEPENDS.poppler+=     poppler>
 .include "../../print/poppler/buildlink3.mk"
 .include "../../print/poppler-includes/buildlink3.mk"
 .include "../../textproc/gspell/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtkmm3+= gtkmm3>=3.24
 .include "../../x11/gtkmm3/buildlink3.mk"
 .include "../../x11/gtksourceview4/buildlink3.mk"



Home | Main Index | Thread Index | Old Index