pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/p5-Image-Sane



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Aug 19 12:57:36 UTC 2021

Modified Files:
        pkgsrc/graphics/p5-Image-Sane: Makefile

Log Message:
(graphics/p5-Image-Sane) Add two DEPENDS: p5-ExtUtils-{Depends,PkgConfig}

+DEPENDS+=      p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
+DEPENDS+=      p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/p5-Image-Sane/Makefile

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

Modified files:

Index: pkgsrc/graphics/p5-Image-Sane/Makefile
diff -u pkgsrc/graphics/p5-Image-Sane/Makefile:1.1 pkgsrc/graphics/p5-Image-Sane/Makefile:1.2
--- pkgsrc/graphics/p5-Image-Sane/Makefile:1.1  Sat Aug 14 14:58:27 2021
+++ pkgsrc/graphics/p5-Image-Sane/Makefile      Thu Aug 19 12:57:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/08/14 14:58:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/19 12:57:36 mef Exp $
 
 DISTNAME=      Image-Sane-5
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,8 @@ LICENSE=      ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Exception-Class>=0:../../devel/p5-Exception-Class
 DEPENDS+=      p5-Readonly>=0:../../devel/p5-Readonly
+DEPENDS+=      p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
+DEPENDS+=      p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig
 
 PERL5_PACKLIST=        auto/Image/Sane/.packlist
 



Home | Main Index | Thread Index | Old Index