aboutsummaryrefslogtreecommitdiffstats
path: root/audio/net-rhythmbox
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-27 17:11:28 +0800
committerkris <kris@FreeBSD.org>2003-10-27 17:11:28 +0800
commitc18cedc8fd88a2d12fb57b89908aa3256865f57a (patch)
treed2fd154a885dad8279a4b62ec003c59d292a0ed2 /audio/net-rhythmbox
parent23009ba7ab1bd402e4774528a0870317b3726cd4 (diff)
downloadfreebsd-ports-gnome-c18cedc8fd88a2d12fb57b89908aa3256865f57a.tar.gz
freebsd-ports-gnome-c18cedc8fd88a2d12fb57b89908aa3256865f57a.tar.zst
freebsd-ports-gnome-c18cedc8fd88a2d12fb57b89908aa3256865f57a.zip
portlint (whitespace cleanup)
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::