pkgsrc-WIP-changes archive

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

gscan2pdf: fix typos in dependencies.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sun Aug 22 18:16:39 2021 +0000
Changeset:	8ab61e7c464943ae961890a1e948500d5f612364

Modified Files:
	gscan2pdf/Makefile

Log Message:
gscan2pdf: fix typos in dependencies.

Also use GNU make for building.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8ab61e7c464943ae961890a1e948500d5f612364

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

diffstat:
 gscan2pdf/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/gscan2pdf/Makefile b/gscan2pdf/Makefile
index 98b04cb458..56b9be05fc 100644
--- a/gscan2pdf/Makefile
+++ b/gscan2pdf/Makefile
@@ -16,16 +16,19 @@ LICENSE+=	AND gnu-lgpl-v2.1 # icons/pdf.svg
 DEPENDS+=	p5-Config-General>=2.4:../../devel/p5-Config-General
 DEPENDS+=	p5-Date-Calc>=0:../../devel/p5-Date-Calc
 DEPENDS+=	p5-Filesys-Df>=0:../../sysutils/p5-Filesys-Df
-DEPENDS+=	p5-Gtk3-SimpleList>=0:../../graphics/p5-Gtk3-SimpleList
+DEPENDS+=	p5-Gtk3-SimpleList>=0:../../x11/p5-Gtk3-SimpleList
 DEPENDS+=	p5-PerlMagick>=0:../../graphics/p5-PerlMagick
-DEPENDS+=	p5-Image-Sane>=0:../../grapics/p5-Image-Sane
+DEPENDS+=	p5-Image-Sane>=0:../../graphics/p5-Image-Sane
 DEPENDS+=	p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
 DEPENDS+=	p5-Log-Log4perl>=0:../../devel/p5-Log-Log4perl
 DEPENDS+=	p5-PDF-API2>=0:../../textproc/p5-PDF-API2
 DEPENDS+=	p5-Readonly>=0:../../devel/p5-Readonly
 DEPENDS+=	p5-Set-IntSpan>=1.1:../../devel/p5-Set-IntSpan
+DEPENDS+=	p5-Sub-Override>=0:../../devel/p5-Sub-Override
 DEPENDS+=	p5-Try-Tiny>=0:../../devel/p5-Try-Tiny
 
+USE_TOOLS+=	gmake
+
 PERL5_PACKLIST=		auto/gscan2pdf/.packlist
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		# none


Home | Main Index | Thread Index | Old Index