diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-05 10:05:39 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-05 10:05:39 +0800 |
commit | 29fee702f0618b1cb5561e57709ee9852ccf7715 (patch) | |
tree | a645c546bf1e759c80b9ca8a005953f32037752c | |
parent | 34a7901faa92482faeb2ecf0b1d12616ea01b4df (diff) | |
download | marcuscom-ports-29fee702f0618b1cb5561e57709ee9852ccf7715.tar marcuscom-ports-29fee702f0618b1cb5561e57709ee9852ccf7715.tar.gz marcuscom-ports-29fee702f0618b1cb5561e57709ee9852ccf7715.tar.bz2 marcuscom-ports-29fee702f0618b1cb5561e57709ee9852ccf7715.tar.lz marcuscom-ports-29fee702f0618b1cb5561e57709ee9852ccf7715.tar.xz marcuscom-ports-29fee702f0618b1cb5561e57709ee9852ccf7715.tar.zst marcuscom-ports-29fee702f0618b1cb5561e57709ee9852ccf7715.zip |
- Make sure we're always using gst 0.10
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5623 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index e388f8acd..e27a9d0fd 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.46 2006/02/02 09:13:38 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.47 2006/02/05 00:45:12 marcus Exp $ # PORTNAME= rhythmbox @@ -29,7 +29,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner USE_GSTREAMER= flac mad gnomevfs gconf jpeg USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu +CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 CONFIGURE_ENV= LIBS="-lm" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index e388f8acd..e27a9d0fd 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.46 2006/02/02 09:13:38 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.47 2006/02/05 00:45:12 marcus Exp $ # PORTNAME= rhythmbox @@ -29,7 +29,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner USE_GSTREAMER= flac mad gnomevfs gconf jpeg USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu +CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 CONFIGURE_ENV= LIBS="-lm" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" |