diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-22 11:17:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-22 11:17:47 +0800 |
commit | 0e1c3de9bed275a8b9f7588ac08789301fab4c30 (patch) | |
tree | 9fc05dd0a678ef2ee1456fc731ec9fdeebd255bd /audio/rhythmbox-devel | |
parent | 70c1d67a97e31f27c01c21382fd5187f02c98a47 (diff) | |
download | marcuscom-ports-0e1c3de9bed275a8b9f7588ac08789301fab4c30.tar marcuscom-ports-0e1c3de9bed275a8b9f7588ac08789301fab4c30.tar.gz marcuscom-ports-0e1c3de9bed275a8b9f7588ac08789301fab4c30.tar.bz2 marcuscom-ports-0e1c3de9bed275a8b9f7588ac08789301fab4c30.tar.lz marcuscom-ports-0e1c3de9bed275a8b9f7588ac08789301fab4c30.tar.xz marcuscom-ports-0e1c3de9bed275a8b9f7588ac08789301fab4c30.tar.zst marcuscom-ports-0e1c3de9bed275a8b9f7588ac08789301fab4c30.zip |
Require libtool to fix the build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6098 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 5823ebed4..78a3553fb 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.51 2006/04/19 06:18:55 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.52 2006/04/19 21:35:48 ahze Exp $ # PORTNAME= rhythmbox @@ -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 --with-playback=gstreamer-0-10 CONFIGURE_ENV= LIBS="-lm" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ |