1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Fix the logic for PULSEAUDIO option.

- Bump PORTREVISION again.
This commit is contained in:
Florent Thoumie 2009-05-14 15:17:50 +00:00
parent c10cb58b03
commit 31051fd789
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233900

View File

@ -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