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-wm/xfce4-wm | |
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-wm/xfce4-wm')
-rw-r--r-- | x11-wm/xfce4-wm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 9ed122d67af8..f0aadefadc98 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -18,6 +18,7 @@ COMMENT= XFce 4 window manager CONFIGURE_ARGS= --enable-xinerama GNU_CONFIGURE= yes INSTALLS_ICONS= yes +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes |