diff options
author | kwm <kwm@FreeBSD.org> | 2005-03-21 00:05:54 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-03-21 00:05:54 +0800 |
commit | 44b24ead6e3ce397783b1fc8dff935c6efbbb8d3 (patch) | |
tree | 51d3b7c8f4af32a4b4472602b2cdf6b26a2f2f4e /audio/rhythmbox | |
parent | b90fb2824de6863b58308af7062e48be8c7eb866 (diff) | |
download | freebsd-ports-gnome-44b24ead6e3ce397783b1fc8dff935c6efbbb8d3.tar.gz freebsd-ports-gnome-44b24ead6e3ce397783b1fc8dff935c6efbbb8d3.tar.zst freebsd-ports-gnome-44b24ead6e3ce397783b1fc8dff935c6efbbb8d3.zip |
Chase the slit of gconf to a seperate port.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 4f0b8cc92c00..3c346017fe17 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.8.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-player=xine WITH_MONKEYMEDIA= yes .else CONFIGURE_ARGS+= --with-player=gstreamer -USE_GSTREAMER+= flac mad gnomevfs +USE_GSTREAMER+= flac mad gnomevfs gconf .endif .ifdef (WITH_MONKEYMEDIA) |