pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/freetype2 graphics/png should be included whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17d2dbbf53e0
branches:  trunk
changeset: 631856:17d2dbbf53e0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Mar 14 13:38:20 2014 +0000

description:
graphics/png should be included when non-builtin freetype2.
Pointed out by obache@, thank you.

diffstat:

 graphics/freetype2/buildlink3.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 837bc42145bb -r 17d2dbbf53e0 graphics/freetype2/buildlink3.mk
--- a/graphics/freetype2/buildlink3.mk  Fri Mar 14 13:22:37 2014 +0000
+++ b/graphics/freetype2/buildlink3.mk  Fri Mar 14 13:38:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.39 2014/03/14 13:12:34 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.40 2014/03/14 13:38:20 ryoon Exp $
 
 BUILDLINK_TREE+=       freetype2
 
@@ -17,7 +17,9 @@
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.if empty(USE_BUILTIN.freetype2:M[yY][eE][sS])
 .include "../../graphics/png/buildlink3.mk"
+.endif
 .endif # FREETYPE2_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -freetype2



Home | Main Index | Thread Index | Old Index