diff options
author | kwm <kwm@FreeBSD.org> | 2012-06-13 02:49:15 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-06-13 02:49:15 +0800 |
commit | 9864bba3bf996703e83a7386612f413f7a242f5d (patch) | |
tree | 6d34a5f2e120069b93dd1d92a56f8ccb5004eb83 /graphics | |
parent | 7ea5fb3e6ed6db833702e68b1535dbbc9b3d67e0 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |