diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-05-07 07:25:08 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-05-07 07:25:08 +0800 |
commit | 307cd2f3107881640fcad4a2ab142d020bf2ddd8 (patch) | |
tree | e07c83512c7d09708aceb937b01031592e0e3147 /audio | |
parent | 945213ec3695e4b0e547fdb39c9895f52c31756e (diff) | |
download | freebsd-ports-gnome-307cd2f3107881640fcad4a2ab142d020bf2ddd8.tar.gz freebsd-ports-gnome-307cd2f3107881640fcad4a2ab142d020bf2ddd8.tar.zst freebsd-ports-gnome-307cd2f3107881640fcad4a2ab142d020bf2ddd8.zip |
Fix build by switching to USE_GSTREAMER80
Notified by: krismail
Diffstat (limited to 'audio')
-rw-r--r-- | audio/muine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 9cb4414043d6..0d8638a20478 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --disable-faad2 CONFIGURE_ARGS+= --enable-xine=yes LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine .else -USE_GSTREAMER+= gconf +USE_GSTREAMER80+= gconf .endif post-patch: |