Make sure that xft-config picked up by configure is from the
buildlinked Xft2 package.
This commit is contained in:
parent
34557a2639
commit
55d6bcc5f5
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ USE_X11= yes
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue