pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Alien-Libxml2



Module Name:    pkgsrc
Committed By:   otis
Date:           Mon Sep  7 22:08:49 UTC 2020

Modified Files:
        pkgsrc/textproc/p5-Alien-Libxml2: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/p5-Alien-Libxml2/Makefile

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

Modified files:

Index: pkgsrc/textproc/p5-Alien-Libxml2/Makefile
diff -u pkgsrc/textproc/p5-Alien-Libxml2/Makefile:1.4 pkgsrc/textproc/p5-Alien-Libxml2/Makefile:1.5
--- pkgsrc/textproc/p5-Alien-Libxml2/Makefile:1.4       Wed Sep  2 23:03:18 2020
+++ pkgsrc/textproc/p5-Alien-Libxml2/Makefile   Mon Sep  7 22:08:49 2020
@@ -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 @@ LICENSE=      ${PERL5_LICENSE}
 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