aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2007-02-06 04:11:49 +0800
committeroliver <oliver@FreeBSD.org>2007-02-06 04:11:49 +0800
commitc765c6154acade2de0ae5c5f1f99b6dc169da9cc (patch)
treea56bd8b478393d961771beffb55bb6fcaea29621 /sysutils
parentb52d5cc2a85b68a1f5f568b6fd1727768f21fcef (diff)
downloadfreebsd-ports-gnome-c765c6154acade2de0ae5c5f1f99b6dc169da9cc.tar.gz
freebsd-ports-gnome-c765c6154acade2de0ae5c5f1f99b6dc169da9cc.tar.zst
freebsd-ports-gnome-c765c6154acade2de0ae5c5f1f99b6dc169da9cc.zip
fix objformat problem more properly
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-mcs-plugins/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile
index 64cfcd48fc0f..46fa1c78b734 100644
--- a/sysutils/xfce4-mcs-plugins/Makefile
+++ b/sysutils/xfce4-mcs-plugins/Makefile
@@ -16,7 +16,6 @@ COMMENT= XFce 4 settings manager plugins
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -24,6 +23,9 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui mcsmanager
USE_XLIB= yes
+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>