Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Alien-Libxml2 textproc/p5-Alien-Libxml2: A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b5e05f0a870
branches:  trunk
changeset: 438669:6b5e05f0a870
user:      otis <otis%pkgsrc.org@localhost>
date:      Mon Sep 07 22:08:49 2020 +0000

description:
textproc/p5-Alien-Libxml2: Add dependency on devel/p5-PkgConfig

Fix build on SmartOS (and possibly others) by adding the dependency.

diffstat:

 textproc/p5-Alien-Libxml2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4b8243e82002 -r 6b5e05f0a870 textproc/p5-Alien-Libxml2/Makefile
--- a/textproc/p5-Alien-Libxml2/Makefile        Mon Sep 07 22:07:14 2020 +0000
+++ b/textproc/p5-Alien-Libxml2/Makefile        Mon Sep 07 22:08:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/09/02 23:03:18 mef Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/07 22:08:49 otis Exp $
 
 DISTNAME=      Alien-Libxml2-0.16
 PKGNAME=       p5-${DISTNAME}
@@ -13,6 +13,7 @@
 PERL5_PACKLIST=        auto/Alien/Libxml2/.packlist
 
 DEPENDS+=      p5-Alien-Build>=1.60:../../devel/p5-Alien-Build
+DEPENDS+=      p5-PkgConfig>=0.24026:../../devel/p5-PkgConfig
 
 #INSTALLATION_DIRS+=   ${EGSUBDIR}
 



Home | Main Index | Thread Index | Old Index