diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-05 20:04:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-05 20:04:40 +0000 |
commit | 490a652c79697066918822701bc20ea5df7c72f8 (patch) | |
tree | a552f66cee16c155221092ddcb51debbfea23a4a /x11-wm/xfce4-desktop | |
parent | ec2a2e38b585fa3abc7698f603609740d43263e3 (diff) |
Notes
Diffstat (limited to 'x11-wm/xfce4-desktop')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index c8ecd981d0c1..8810a26c7c00 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfdesktop-${PORTVERSION} @@ -19,7 +20,6 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -44,7 +44,6 @@ CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo .include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" post-patch: - @${REINPLACE_CMD} -e 's|builtin\(.*\)"quit"|app\1"xfce4-session-logout"|g' \ - ${WRKSRC}/menu.xml* + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include <bsd.port.post.mk> |