summaryrefslogtreecommitdiff
path: root/x11-wm/xfce/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-02-04 12:44:42 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-02-04 12:44:42 +0000
commit1deb70375ad12e52c4641a45f1d68714704229f3 (patch)
treee425c43cdf1b50bf109303ec1ddea450fd9446b7 /x11-wm/xfce/Makefile
parent- Update to 2.49 (diff)
force usage of external libtool to fix the build on CURRENT where objfromat
is gone
Notes
Notes: svn path=/head/; revision=184129
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r--x11-wm/xfce/Makefile5
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