summaryrefslogtreecommitdiff
path: root/x11-wm/xfce/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-02-05 21:00:08 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-02-05 21:00:08 +0000
commitdfe341398fd49cdf72b9aa0c3bd2e12cce255501 (patch)
tree465fc9560860f0d5b1937a8301db608fdddd0f71 /x11-wm/xfce/Makefile
parentRemove port: Included with all current python versions in ports tree. (diff)
fix objformat problem more properly
Notes
Notes: svn path=/head/; revision=184307
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r--x11-wm/xfce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile
index 60e7e60c713e..aa5dcc4d4946 100644
--- a/x11-wm/xfce/Makefile
+++ b/x11-wm/xfce/Makefile
@@ -17,7 +17,6 @@ COMMENT= CDE like desktop with GTK
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
-USE_AUTOTOOLS= libtool:15
USE_GCC= 4.1
USE_XPM= yes
USE_GETTEXT= yes
@@ -60,5 +59,6 @@ post-patch:
${WRKSRC}/xfgnome/xfgnome.h
@${REINPLACE_CMD} -e 's|static \(nmb_history \*headH;\)|\1|' \
${WRKSRC}/xfsamba/xfsamba_mem.c
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
.include <bsd.port.post.mk>