pkgsrc-WIP-changes archive

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

gscan2pdf: correct p5-Glib2 dependency



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Jul 24 16:50:05 2021 +0000
Changeset:	25ed84f1ec5debfd5f3816a67bd49b68dfa89ef5

Modified Files:
	gscan2pdf/Makefile

Log Message:
gscan2pdf: correct p5-Glib2 dependency

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

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

diffstat:
 gscan2pdf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gscan2pdf/Makefile b/gscan2pdf/Makefile
index b7fef9d490..c75b9cabfc 100644
--- a/gscan2pdf/Makefile
+++ b/gscan2pdf/Makefile
@@ -16,7 +16,6 @@ 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-Glib>=1.21
 DEPENDS+=	# TODO: p5-GooCanvas2>=0
 DEPENDS+=	# TODO: p5-Gtk3>=0
 DEPENDS+=	# TODO: p5-Gtk3-SimpleList>=0
@@ -33,5 +32,6 @@ PERL5_PACKLIST=		auto/gscan2pdf/.packlist
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		# none
 
+.include "../../devel/p5-glib2/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index