--- /usr/ports/audio/rhythmbox/Makefile Mon May 29 00:28:19 2006 +++ rhythmbox/Makefile Mon May 29 00:34:33 2006 @@ -45,7 +45,8 @@ DAAP "Enable iTunes music sharing" off \ FAAD "Enable FAAD decoder support" off \ NOTIFY "Enable libnotify support" on \ - VORBIS "Enable Ogg/Vorbis support" on + VORBIS "Enable Ogg/Vorbis support" on \ + RWTAGS "Enable tag writing support" off .include @@ -55,6 +56,10 @@ .ifdef (WITH_IPOD) CONFIGURE_ARGS+= --enable-ipod +.endif + +.ifdef (WITH_RWTAGS) +CONFIGURE_ARGS+= --enable-tag-writing .endif .if !defined(WITHOUT_VORBIS)