diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-04 12:44:42 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-04 12:44:42 +0000 |
commit | 1deb70375ad12e52c4641a45f1d68714704229f3 (patch) | |
tree | e425c43cdf1b50bf109303ec1ddea450fd9446b7 /x11-wm | |
parent | b5d4e0eb98f201870aea156002e96467ff4c83ee (diff) | |
download | ports-1deb70375ad12e52c4641a45f1d68714704229f3.tar.gz ports-1deb70375ad12e52c4641a45f1d68714704229f3.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index d89afbdeb410..60e7e60c713e 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -17,6 +17,7 @@ COMMENT= CDE like desktop with GTK LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile +USE_AUTOTOOLS= libtool:15 USE_GCC= 4.1 USE_XPM= yes USE_GETTEXT= yes @@ -31,7 +32,8 @@ CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \ --with-xpm=${X11BASE} \ --enable-gtk-engine=${PREFIX}/lib/gtk/themes/engines \ --disable-arts \ - --enable-taskbar + --enable-taskbar \ + --enable-xinerama OPTIONS= XFT "enable anti-aliased font support" off @@ -45,7 +47,6 @@ MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \ LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-xft .endif -CONFIGURE_ARGS+= --enable-xinerama post-patch: @${REINPLACE_CMD} -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in |