diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-07 21:27:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-07 21:27:41 +0000 |
commit | 55d6bcc5f5ed6d2e62478e408662d892019eee4f (patch) | |
tree | d3188ff469ac30832fb77d6847e58f309968cc54 | |
parent | 34557a26393e085f8c793fb452a4623dcdb37564 (diff) | |
download | pkgsrc-55d6bcc5f5ed6d2e62478e408662d892019eee4f.tar.gz |
Make sure that xft-config picked up by configure is from the
buildlinked Xft2 package.
-rw-r--r-- | x11/vte/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 1aa54ae057e..018ce8a88e0 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -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 |