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-fm/thunar | |
parent | 490a652c79697066918822701bc20ea5df7c72f8 (diff) |
fix objformat problem more properly
Notes
Notes:
svn path=/head/; revision=184297
Diffstat (limited to 'x11-fm/thunar')
-rw-r--r-- | x11-fm/thunar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 6da592179c48..8bc3d4b1ee71 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -133,6 +132,7 @@ CONFIGURE_ARGS+=--disable-startup-notification post-patch: @${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/docs/Makefile.in + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .if !defined(WITH_FAM) @${REINPLACE_CMD} -e 's|gamin|no-gamin|g' ${WRKSRC}/configure .endif @@ -144,5 +144,6 @@ post-patch: post-install: @-update-desktop-database +#keep this here .include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" .include <bsd.port.post.mk> |