aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2012-06-13 02:49:15 +0800
committerkwm <kwm@FreeBSD.org>2012-06-13 02:49:15 +0800
commit9864bba3bf996703e83a7386612f413f7a242f5d (patch)
tree6d34a5f2e120069b93dd1d92a56f8ccb5004eb83 /graphics
parent7ea5fb3e6ed6db833702e68b1535dbbc9b3d67e0 (diff)
downloadfreebsd-ports-gnome-9864bba3bf996703e83a7386612f413f7a242f5d.tar.gz
freebsd-ports-gnome-9864bba3bf996703e83a7386612f413f7a242f5d.tar.zst
freebsd-ports-gnome-9864bba3bf996703e83a7386612f413f7a242f5d.zip
OptionsNG my ports.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/swfdec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile
index 754c82b8b081..4f263dd3da9b 100644
--- a/graphics/swfdec/Makefile
+++ b/graphics/swfdec/Makefile
@@ -27,11 +27,12 @@ LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib
PLIST_SUB= VERSION=${PORTVERSION:R}
-OPTIONS= PULSEAUDIO "Enable the PulseAudio sound module" off
+OPTIONS_DEFINE= PULSEAUDIO
+PULSEAUDIO_DESC="Enable the PulseAudio sound module"
.include <bsd.port.pre.mk>
-.if defined(WITH_PULSEAUDIO)
+.if ${PORT_OPTIONS:MPULSEAUDIO}
LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
CONFIGURE_ARGS+= --with-audio=pulse
.else