diff options
-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 |