pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/p5-GD



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 23 17:53:10 UTC 2020

Modified Files:
        pkgsrc/graphics/p5-GD: Makefile

Log Message:
p5-GD: needs ExtUtils::PkgConfig


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/graphics/p5-GD/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-GD/Makefile
diff -u pkgsrc/graphics/p5-GD/Makefile:1.85 pkgsrc/graphics/p5-GD/Makefile:1.86
--- pkgsrc/graphics/p5-GD/Makefile:1.85 Sun Aug 11 13:21:13 2019
+++ pkgsrc/graphics/p5-GD/Makefile      Mon Mar 23 17:53:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2019/08/11 13:21:13 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2020/03/23 17:53:10 tnn Exp $
 
 DISTNAME=      GD-2.71
 PKGNAME=       p5-${DISTNAME}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://metacpan.org/release/G
 COMMENT=       Perl5 interface to gd graphics library
 LICENSE=       gnu-gpl-v2 OR artistic-2.0
 
+BUILD_DEPENDS+=        p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig
+
 USE_LANGUAGES=         c
 
 # This is required at least on some Solaris builds to get a runnable



Home | Main Index | Thread Index | Old Index