pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/foliate



Module Name:    pkgsrc
Committed By:   fox
Date:           Wed Sep  2 08:20:42 UTC 2026

Modified Files:
        pkgsrc/print/foliate: Makefile

Log Message:
print/foliate: fix the DEPENDS line.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/print/foliate/Makefile

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

Modified files:

Index: pkgsrc/print/foliate/Makefile
diff -u pkgsrc/print/foliate/Makefile:1.56 pkgsrc/print/foliate/Makefile:1.57
--- pkgsrc/print/foliate/Makefile:1.56  Tue Sep  1 21:28:14 2026
+++ pkgsrc/print/foliate/Makefile       Wed Sep  2 08:20:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2026/09/01 21:28:14 fox Exp $
+# $NetBSD: Makefile,v 1.57 2026/09/02 08:20:42 fox Exp $
 
 DISTNAME=      foliate-3.3.0
 CATEGORIES=    print
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v3
 
 USE_TOOLS+=    pkg-config msgfmt xgettext
 
-RUN_DEPENDS+=  gjs>=1.82.0:../../lang/gjs
+DEPENDS+=      gjs>=1.82.0:../../lang/gjs
 
 GITHUB_SUBMODULES=     johnfactotum foliate-js 052123beafed921a9a2a45ef6330c235289a634e src/foliate-js
 



Home | Main Index | Thread Index | Old Index