diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-06 04:11:49 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-06 04:11:49 +0800 |
commit | c765c6154acade2de0ae5c5f1f99b6dc169da9cc (patch) | |
tree | a56bd8b478393d961771beffb55bb6fcaea29621 /x11-wm/xfce4-session/Makefile | |
parent | b52d5cc2a85b68a1f5f568b6fd1727768f21fcef (diff) | |
download | freebsd-ports-gnome-c765c6154acade2de0ae5c5f1f99b6dc169da9cc.tar.gz freebsd-ports-gnome-c765c6154acade2de0ae5c5f1f99b6dc169da9cc.tar.zst freebsd-ports-gnome-c765c6154acade2de0ae5c5f1f99b6dc169da9cc.zip |
fix objformat problem more properly
Diffstat (limited to 'x11-wm/xfce4-session/Makefile')
-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> |