pkgsrc-WIP-changes archive

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

gscan2pdf: replace some dependency TODOs



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Tue Aug 3 14:47:50 2021 +0000
Changeset:	1bce56d28708b4a03b6597b6b32e084ec37d5f9b

Modified Files:
	gscan2pdf/Makefile

Log Message:
gscan2pdf: replace some dependency TODOs

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

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

diffstat:
 gscan2pdf/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/gscan2pdf/Makefile b/gscan2pdf/Makefile
index c75b9cabfc..aa60d15499 100644
--- a/gscan2pdf/Makefile
+++ b/gscan2pdf/Makefile
@@ -16,9 +16,7 @@ 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+=	# TODO: p5-GooCanvas2>=0
-DEPENDS+=	# TODO: p5-Gtk3>=0
-DEPENDS+=	# TODO: p5-Gtk3-SimpleList>=0
+DEPENDS+=	p5-Gtk3-SimpleList>=0:../../graphics/p5-Gtk3-SimpleList
 DEPENDS+=	# TODO: p5-Image-Magick>=0
 DEPENDS+=	# TODO: p5-Image-Sane>=0
 DEPENDS+=	p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
@@ -32,6 +30,8 @@ PERL5_PACKLIST=		auto/gscan2pdf/.packlist
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		# none
 
+.include "../../graphics/p5-goocanvas2/buildlink3.mk"
+.include "../../x11/p5-gtk3/buildlink3.mk"
 .include "../../devel/p5-glib2/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index