aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xfce4-wm')
-rw-r--r--x11-wm/xfce4-wm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile
index f0aadefadc98..903e7dace3c9 100644
--- a/x11-wm/xfce4-wm/Makefile
+++ b/x11-wm/xfce4-wm/Makefile
@@ -18,7 +18,6 @@ COMMENT= XFce 4 window manager
CONFIGURE_ARGS= --enable-xinerama
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -46,4 +45,7 @@ CONFIGURE_ARGS+=--enable-startup-notification
CONFIGURE_ARGS+=--disable-startup-notification
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
+
.include <bsd.port.post.mk>