diff options
Diffstat (limited to 'x11/rxvt-unicode/options.mk')
-rw-r--r-- | x11/rxvt-unicode/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt-unicode/options.mk b/x11/rxvt-unicode/options.mk index ffb44146998..bc99f33980d 100644 --- a/x11/rxvt-unicode/options.mk +++ b/x11/rxvt-unicode/options.mk @@ -1,5 +1,5 @@ # -# $Id: options.mk,v 1.2 2006/12/15 16:01:16 martin Exp $ +# $Id: options.mk,v 1.3 2006/12/15 20:33:05 joerg Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --disable-unicode3 .if !empty(PKG_OPTIONS:Mxft2) CONFIGURE_ARGS+= --enable-xft -.include "../../fonts/Xft2/buildlink3.mk" +.include "../../x11/libXft/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-xft .endif |