diff options
Diffstat (limited to 'x11-fm/xfe/Makefile')
-rw-r--r-- | x11-fm/xfe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index 7b01073f63b2..9543e21c5b34 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -22,8 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man \ - --x-includes=${X11BASE}/include \ +CONFIGURE_ARGS+=--x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib \ --with-x USE_GETTEXT= yes |