pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/vte Make sure that xft-config picked up by configu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d637d7083d79
branches:  trunk
changeset: 485352:d637d7083d79
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Dec 07 21:27:41 2004 +0000

description:
Make sure that xft-config picked up by configure is from the
buildlinked Xft2 package.

diffstat:

 x11/vte/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 581cd76f99f7 -r d637d7083d79 x11/vte/Makefile
--- a/x11/vte/Makefile  Tue Dec 07 21:18:48 2004 +0000
+++ b/x11/vte/Makefile  Tue Dec 07 21:27:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/11/06 17:00:11 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/12/07 21:27:41 minskim Exp $
 #
 
 DISTNAME=      vte-0.11.11
@@ -24,6 +24,7 @@
 CONFIGURE_ARGS+=       --disable-gtk-doc
 CONFIGURE_ARGS+=       --disable-python
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ARGS+=       --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2}
 
 PKGCONFIG_OVERRIDE+=    vte.pc.in
 



Home | Main Index | Thread Index | Old Index