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:   rhialto
Date:           Sat Feb 29 15:53:24 UTC 2020

Modified Files:
        pkgsrc/print/foliate: Makefile

Log Message:
print/foliate: lang/gjs is a runtime dependency, not build-time.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/print/foliate/Makefile:1.2
--- pkgsrc/print/foliate/Makefile:1.1   Sat Oct 12 13:45:20 2019
+++ pkgsrc/print/foliate/Makefile       Sat Feb 29 15:53:24 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/10/12 13:45:20 fox Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/29 15:53:24 rhialto Exp $
 
 DISTNAME=      foliate-1.5.3
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=johnfactotum/}
 EXTRACT_USING= bsdtar
@@ -12,7 +13,7 @@ LICENSE=      gnu-gpl-v3
 
 USE_TOOLS+=    pkg-config msgfmt xgettext
 
-BUILD_DEPENDS+=        gjs>=1.52.0:../../lang/gjs
+DEPENDS+=      gjs>=1.52.0:../../lang/gjs
 
 SUBST_CLASSES+=                pyvers
 SUBST_MESSAGE.pyvers=  Substitute the correct python version.



Home | Main Index | Thread Index | Old Index