pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/p5-Font-FreeType



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Oct  1 12:35:33 UTC 2016

Modified Files:
        pkgsrc/fonts/p5-Font-FreeType: Makefile

Log Message:
USE_TOOLS+= pkg-config instead of using freetype-config, thanks wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/p5-Font-FreeType/Makefile

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

Modified files:

Index: pkgsrc/fonts/p5-Font-FreeType/Makefile
diff -u pkgsrc/fonts/p5-Font-FreeType/Makefile:1.7 pkgsrc/fonts/p5-Font-FreeType/Makefile:1.8
--- pkgsrc/fonts/p5-Font-FreeType/Makefile:1.7  Sat Oct  1 06:02:10 2016
+++ pkgsrc/fonts/p5-Font-FreeType/Makefile      Sat Oct  1 12:35:33 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/10/01 06:02:10 mef Exp $
+# $NetBSD: Makefile,v 1.8 2016/10/01 12:35:33 mef Exp $
 #
 
 DISTNAME=      Font-FreeType-0.07
@@ -11,6 +11,8 @@ HOMEPAGE=     http://search.cpan.org/dist/Fo
 COMMENT=       Read font files and render glyphs from Perl using FreeType2
 LICENSE=       ${PERL5_LICENSE}
 
+USE_TOOLS+=    pkg-config
+
 DEPENDS+=      p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
 DEPENDS+=      p5-File-Which-[0-9]*:../../devel/p5-File-Which
 
@@ -21,8 +23,5 @@ PERL5_PACKLIST=               auto/Font/FreeType/.pac
 
 .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