diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-17 21:35:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-17 21:35:31 +0000 |
commit | d422c470a0d4dfd8c517e3d303ed5ad94714c4ae (patch) | |
tree | 4ce3269f748090c90633dfb5a35e951b5ecb82a3 /audio | |
parent | 36f4e68a276bd6367400c0b68ff19883c28182ca (diff) | |
download | ports-d422c470a0d4dfd8c517e3d303ed5ad94714c4ae.tar.gz ports-d422c470a0d4dfd8c517e3d303ed5ad94714c4ae.zip |
Monkey Media is dead and broken. Remove it to fix certain build problems.
Notes
Notes:
svn path=/head/; revision=137655
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 7 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index fd94e09fd736..35db3632f6d4 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -49,13 +49,6 @@ CONFIGURE_ARGS+= --with-player=gstreamer USE_GSTREAMER+= flac mad gnomevfs gconf .endif -.ifdef (WITH_MONKEYMEDIA) -CONFIGURE_ARGS+= --with-metadata=monkeymedia -.else -CONFIGURE_ARGS+= --with-metadata=gstreamer -USE_GSTREAMER+= flac mad gnomevfs -.endif - .ifdef (WITH_IPOD) CONFIGURE_ARGS+= --enable-ipod .endif diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index fd94e09fd736..35db3632f6d4 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -49,13 +49,6 @@ CONFIGURE_ARGS+= --with-player=gstreamer USE_GSTREAMER+= flac mad gnomevfs gconf .endif -.ifdef (WITH_MONKEYMEDIA) -CONFIGURE_ARGS+= --with-metadata=monkeymedia -.else -CONFIGURE_ARGS+= --with-metadata=gstreamer -USE_GSTREAMER+= flac mad gnomevfs -.endif - .ifdef (WITH_IPOD) CONFIGURE_ARGS+= --enable-ipod .endif |