diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 17:11:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 17:11:28 +0800 |
commit | c18cedc8fd88a2d12fb57b89908aa3256865f57a (patch) | |
tree | d2fd154a885dad8279a4b62ec003c59d292a0ed2 /audio/net-rhythmbox | |
parent | 23009ba7ab1bd402e4774528a0870317b3726cd4 (diff) | |
download | freebsd-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/Makefile | 10 |
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:: |