summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-session
diff options
context:
space:
mode:
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>