aboutsummaryrefslogtreecommitdiff
path: root/audio/net-rhythmbox
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-27 09:11:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-27 09:11:28 +0000
commit1e7e0dce648295b207e28719bc9b1287596865a1 (patch)
tree47ecd11f6d933d6791e53ae0a54bb65389b9fd03 /audio/net-rhythmbox
parent06f52fe27c95ec5c00233893e062495ad320b082 (diff)
downloadports-1e7e0dce648295b207e28719bc9b1287596865a1.tar.gz
ports-1e7e0dce648295b207e28719bc9b1287596865a1.zip
Notes
Diffstat (limited to 'audio/net-rhythmbox')
-rw-r--r--audio/net-rhythmbox/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/net-rhythmbox/Makefile b/audio/net-rhythmbox/Makefile
index d24a19ccc512..2da8754c7509 100644
--- a/audio/net-rhythmbox/Makefile
+++ b/audio/net-rhythmbox/Makefile
@@ -33,18 +33,18 @@ CONFIGURE_ARGS= --disable-lirc
WITH_XOSD= yes
.endif
.if exists(${LOCALBASE}/lib/libvorbis.so)
-WITH_VORBIS= yes
+WITH_VORBIS= yes
.endif
.ifdef (WITH_XOSD)
-LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd
+LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd
.else
-CONFIGURE_ARGS+= --disable-xosd
+CONFIGURE_ARGS+= --disable-xosd
.endif
.ifdef (WITH_VORBIS)
-LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
.else
-CONFIGURE_ARGS+= --disable-vorbistest
+CONFIGURE_ARGS+= --disable-vorbistest
.endif
pre-everything::