pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/foliate print/foliate: lang/gjs is a runtime dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2205e14f16fa
branches:  trunk
changeset: 412152:2205e14f16fa
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Sat Feb 29 15:53:24 2020 +0000

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

diffstat:

 print/foliate/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 03269993d6b8 -r 2205e14f16fa print/foliate/Makefile
--- a/print/foliate/Makefile    Sat Feb 29 15:48:32 2020 +0000
+++ b/print/foliate/Makefile    Sat Feb 29 15:53:24 2020 +0000
@@ -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 @@
 
 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