pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/p5-Font-FreeType (1) Fix build for X11_TYPE= mod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37d6b818849b
branches:  trunk
changeset: 353225:37d6b818849b
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Oct 01 06:02:10 2016 +0000

description:
(1) Fix build for X11_TYPE= modular (but not fully tested)
(2) Fix configure phase problem
(3) Add BUILD_DEPENDS for make test
Thanks joerg and wiz.

diffstat:

 fonts/p5-Font-FreeType/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 5422adc988b4 -r 37d6b818849b fonts/p5-Font-FreeType/Makefile
--- a/fonts/p5-Font-FreeType/Makefile   Fri Sep 30 22:44:37 2016 +0000
+++ b/fonts/p5-Font-FreeType/Makefile   Sat Oct 01 06:02:10 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/09/20 11:40:27 mef Exp $
+# $NetBSD: Makefile,v 1.7 2016/10/01 06:02:10 mef Exp $
 #
 
 DISTNAME=      Font-FreeType-0.07
@@ -11,10 +11,18 @@
 COMMENT=       Read font files and render glyphs from Perl using FreeType2
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
+DEPENDS+=      p5-File-Which-[0-9]*:../../devel/p5-File-Which
+
+# for make test
+BUILD_DEPENDS+=        p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+
 PERL5_PACKLIST=                auto/Font/FreeType/.packlist
 
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
+.if ( !empty($X11_TYPE:Mnative) )
 # to find freetype-config
 .include "../../mk/x11.buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index