diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-22 02:27:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-22 02:27:49 +0800 |
commit | 88b9e9b1885ef211d7a646d04fa32ee1038a1609 (patch) | |
tree | 0eb461dc2b1d5e176e5e9f8f0ea595db224b1e64 /audio/rhythmbox | |
parent | ef3a87447be7734e4734f26b34d7b7dda9af1492 (diff) | |
download | freebsd-ports-graphics-88b9e9b1885ef211d7a646d04fa32ee1038a1609.tar.gz freebsd-ports-graphics-88b9e9b1885ef211d7a646d04fa32ee1038a1609.tar.zst freebsd-ports-graphics-88b9e9b1885ef211d7a646d04fa32ee1038a1609.zip |
Require libtool here to fix the build.
Reported by: pointyhat via kris
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index ea6059b9a08..071a65701dd 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -31,7 +31,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner WANT_GNOME= yes USE_GSTREAMER= flac mad gnomevfs gconf jpeg -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-nautilus-menu CONFIGURE_ENV= LIBS="-lm" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ |