diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-05-14 15:17:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-05-14 15:17:50 +0000 |
commit | 31051fd78982975bc1e7752ed62ef08d74ee1fdf (patch) | |
tree | 7bb4cd3eec743ca527ae8787e3a96bd0aeca2507 /multimedia/moonlight | |
parent | c10cb58b03264c4142956ee61a43ac19aac2b627 (diff) | |
download | ports-31051fd78982975bc1e7752ed62ef08d74ee1fdf.tar.gz ports-31051fd78982975bc1e7752ed62ef08d74ee1fdf.zip |
Notes
Diffstat (limited to 'multimedia/moonlight')
-rw-r--r-- | multimedia/moonlight/Makefile | 4 |
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 |