aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-05-14 15:17:50 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-05-14 15:17:50 +0000
commit31051fd78982975bc1e7752ed62ef08d74ee1fdf (patch)
tree7bb4cd3eec743ca527ae8787e3a96bd0aeca2507 /multimedia
parentc10cb58b03264c4142956ee61a43ac19aac2b627 (diff)
downloadports-31051fd78982975bc1e7752ed62ef08d74ee1fdf.tar.gz
ports-31051fd78982975bc1e7752ed62ef08d74ee1fdf.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/moonlight/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/moonlight/Makefile b/multimedia/moonlight/Makefile
index b92703c49b42..1c5430e0d434 100644
--- a/multimedia/moonlight/Makefile
+++ b/multimedia/moonlight/Makefile
@@ -7,7 +7,7 @@
PORTNAME= moonlight
PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia www
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/moon/
DISTNAME= moon-${PORTVERSION}
@@ -47,7 +47,7 @@ IGNORE= does not build: not yet ported to sparc64
IGNORE= does not build: requires posix_memalign(3)
.endif
-.if defined(WITHOUT_PULSEAUDIO)
+.if !defined(WITHOUT_PULSEAUDIO)
LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
CONFIGURE_ARGS+=--with-pulseaudio=yes
.else