pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/libgnomeprint Force using graphics/freetype2 >= ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0de778cfffdf
branches:  trunk
changeset: 463510:0de778cfffdf
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 14 11:48:57 2003 +0000

description:
Force using graphics/freetype2 >= 2.1.4; otherwise won't build with X11R6 one

diffstat:

 print/libgnomeprint/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 23b4a5f6e3cb -r 0de778cfffdf print/libgnomeprint/Makefile
--- a/print/libgnomeprint/Makefile      Fri Nov 14 11:25:43 2003 +0000
+++ b/print/libgnomeprint/Makefile      Fri Nov 14 11:48:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/11/12 01:31:51 salo Exp $
+# $NetBSD: Makefile,v 1.19 2003/11/14 11:48:57 adam Exp $
 #
 
 DISTNAME=              libgnomeprint-2.2.1.2
@@ -12,6 +12,7 @@
 COMMENT=               Library for the GNOME2 Printing Architecture
 
 BUILD_USES_MSGFMT=     YES
+BUILDLINK_DEPENDS.freetype2=   freetype2>=2.1.4
 
 GNU_CONFIGURE=         YES
 USE_BUILDLINK2=                YES
@@ -42,10 +43,10 @@
 CONFIGURE_ENV+=                libltdl_cv_shlibext=so
 .endif
 
+.include "../../graphics/freetype2/buildlink2.mk"
 .include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../devel/libbonobo/buildlink2.mk"
 .include "../../devel/pango/buildlink2.mk"
 .include "../../devel/glib2/buildlink2.mk"
-.include "../../graphics/freetype2/buildlink2.mk"
 .include "../../graphics/libart2/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index