diff options
author | rhialto <rhialto@pkgsrc.org> | 2020-02-29 15:53:24 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2020-02-29 15:53:24 +0000 |
commit | 561b1bc63cedfa4a81df0549d709dba2df1f576f (patch) | |
tree | a9cc190f2be0ed8aec52883331cf9c5a602008e8 /print | |
parent | 3ac10f230f11762b4c976bf4ad12b3d1a982feba (diff) | |
download | pkgsrc-561b1bc63cedfa4a81df0549d709dba2df1f576f.tar.gz |
print/foliate: lang/gjs is a runtime dependency, not build-time.
Diffstat (limited to 'print')
-rw-r--r-- | print/foliate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/foliate/Makefile b/print/foliate/Makefile index d04ff40354b..ec26406a2e1 100644 --- a/print/foliate/Makefile +++ b/print/foliate/Makefile @@ -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. |