diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-04 20:44:42 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-04 20:44:42 +0800 |
commit | faa57388c04c1ccff7054ed0e4757affdcfb9d01 (patch) | |
tree | baaccf550cdd9ec3dae07f8f220637478564a8e0 /x11-wm | |
parent | fd024bc21bfecbf4fc6a2b0a4fad802ea9ae333d (diff) | |
download | freebsd-ports-gnome-faa57388c04c1ccff7054ed0e4757affdcfb9d01.tar.gz freebsd-ports-gnome-faa57388c04c1ccff7054ed0e4757affdcfb9d01.tar.zst freebsd-ports-gnome-faa57388c04c1ccff7054ed0e4757affdcfb9d01.zip |
force usage of external libtool to fix the build on CURRENT where objfromat
is gone
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 |