aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-panel
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-panel
parent490a652c79697066918822701bc20ea5df7c72f8 (diff)
downloadports-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.tar.gz
ports-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.zip
Notes
Diffstat (limited to 'x11-wm/xfce4-panel')
-rw-r--r--x11-wm/xfce4-panel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile
index b9eb0f323f88..38b8f42b797a 100644
--- a/x11-wm/xfce4-panel/Makefile
+++ b/x11-wm/xfce4-panel/Makefile
@@ -17,7 +17,6 @@ COMMENT= XFce 4 panel module
CONFLICTS= xfce4-systray-*
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -48,4 +47,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>