summaryrefslogtreecommitdiff
path: root/x11/libexo
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/libexo
parentfix objformat problem more properly (diff)
fix objformat problem more properly
Notes
Notes: svn path=/head/; revision=184297
Diffstat (limited to 'x11/libexo')
-rw-r--r--x11/libexo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile
index 4bd764fbffa3..f8e848cb858c 100644
--- a/x11/libexo/Makefile
+++ b/x11/libexo/Makefile
@@ -26,7 +26,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -94,5 +93,6 @@ PLIST_SUB+= MCS_MANAGER="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|FALSE;;|FALSE;|' ${WRKSRC}/exo/exo-icon-view.c
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
.include <bsd.port.post.mk>