diff options
author | flz <flz@FreeBSD.org> | 2009-05-14 23:17:50 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-05-14 23:17:50 +0800 |
commit | d2d9c1d4601d73e483977edc76f1b17e79d07fdb (patch) | |
tree | 6c353795a6fff71fab6b6b3892308cd357687bb6 /multimedia/moonlight | |
parent | b461fd816a4079aa40fb24b851f261587f19884e (diff) | |
download | freebsd-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/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 |