diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-04 11:13:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-04 11:13:22 +0000 |
commit | 26974e9bc70cfa6cbff43404d4da27bf6ab99c47 (patch) | |
tree | 128bdd9c489ffac95a1bc2d257c5b0c49e39babe /x11-fm | |
parent | e097f3df598149142e7844358dad59e51f0eabb8 (diff) | |
download | ports-26974e9bc70cfa6cbff43404d4da27bf6ab99c47.tar.gz ports-26974e9bc70cfa6cbff43404d4da27bf6ab99c47.zip |
fix build (by using libtool:15) with recent CURRENTs where objformat went away
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
Notes
Notes:
svn path=/head/; revision=184115
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index c915a3f28b26..6da592179c48 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -19,6 +19,7 @@ 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 |