diff options
-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. |