aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/moonlight
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2009-05-14 23:17:50 +0800
committerflz <flz@FreeBSD.org>2009-05-14 23:17:50 +0800
commitd2d9c1d4601d73e483977edc76f1b17e79d07fdb (patch)
tree6c353795a6fff71fab6b6b3892308cd357687bb6 /multimedia/moonlight
parentb461fd816a4079aa40fb24b851f261587f19884e (diff)
downloadfreebsd-ports-gnome-d2d9c1d4601d73e483977edc76f1b17e79d07fdb.tar.gz
freebsd-ports-gnome-d2d9c1d4601d73e483977edc76f1b17e79d07fdb.tar.zst
freebsd-ports-gnome-d2d9c1d4601d73e483977edc76f1b17e79d07fdb.zip
- Fix the logic for PULSEAUDIO option.
- Bump PORTREVISION again.
Diffstat (limited to 'multimedia/moonlight')
-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