summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-session
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-02-05 20:11:49 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-02-05 20:11:49 +0000
commitec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b (patch)
tree81d90c7e86a65ca18862c2c9895e3df8ad0fdcdc /x11-wm/xfce4-session
parentfix objformat problem more properly (diff)
fix objformat problem more properly
Notes
Notes: svn path=/head/; revision=184297
Diffstat (limited to 'x11-wm/xfce4-session')
-rw-r--r--x11-wm/xfce4-session/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile
index a71786198a16..3fb94e4d6116 100644
--- a/x11-wm/xfce4-session/Makefile
+++ b/x11-wm/xfce4-session/Makefile
@@ -19,7 +19,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -30,6 +29,9 @@ USE_XLIB= yes
MAN1= xfce4-session.1 xfce4-session-logout.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
.include <bsd.port.post.mk>