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 | |
parent | ef3a87447be7734e4734f26b34d7b7dda9af1492 (diff) | |
download | freebsd-ports-gnome-88b9e9b1885ef211d7a646d04fa32ee1038a1609.tar.gz freebsd-ports-gnome-88b9e9b1885ef211d7a646d04fa32ee1038a1609.tar.zst freebsd-ports-gnome-88b9e9b1885ef211d7a646d04fa32ee1038a1609.zip |
Require libtool here to fix the build.
Reported by: pointyhat via kris
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index ea6059b9a082..071a65701dd2 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/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" \ diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index ea6059b9a082..071a65701dd2 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" \ |