diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-05 20:11:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-05 20:11:49 +0000 |
commit | ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b (patch) | |
tree | 81d90c7e86a65ca18862c2c9895e3df8ad0fdcdc /x11-wm/xfce4-session | |
parent | 490a652c79697066918822701bc20ea5df7c72f8 (diff) | |
download | ports-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.tar.gz ports-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4-session')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index a71786198a16..3fb94e4d6116 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -30,6 +29,9 @@ USE_XLIB= yes MAN1= xfce4-session.1 xfce4-session-logout.1 +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> |