diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /multimedia | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) | |
download | freebsd-ports-gnome-1df9d247be410e0fd8c43e281e7aaa314fef30e5.tar.gz freebsd-ports-gnome-1df9d247be410e0fd8c43e281e7aaa314fef30e5.tar.zst freebsd-ports-gnome-1df9d247be410e0fd8c43e281e7aaa314fef30e5.zip |
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/aegisub/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 6 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.optvars | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index 4a85fe21597a..d7c195557ecd 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --without-alsa .endif .if ${PORT_OPTIONS:MOPENAL} -USE_OPENAL= yes +USES+= openal .else CONFIGURE_ARGS+= --without-openal .endif diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 79226f89f7f9..b1cbf25dbc2c 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -69,12 +69,6 @@ CATEGORIES+= ipv6 CONFIGURE_ARGS+= --disable-inet6 .endif -.if ${PORT_OPTIONS:MOPENAL} -USE_OPENAL= soft -.else -CONFIGURE_ARGS+= --disable-openal -.endif - .if ${PORT_OPTIONS:MRTMP} LIB_DEPENDS+= librtmp.so:${PORTSDIR}/multimedia/librtmp CONFIGURE_ARGS+= --enable-librtmp diff --git a/multimedia/mplayer/Makefile.optvars b/multimedia/mplayer/Makefile.optvars index 93c5bc29e8d4..aba282debfe2 100644 --- a/multimedia/mplayer/Makefile.optvars +++ b/multimedia/mplayer/Makefile.optvars @@ -65,6 +65,9 @@ LZO_CONFIGURE_OFF= --disable-liblzo NAS_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas NAS_CONFIGURE_OFF= --disable-nas +OPENAL_USES= openal:soft +OPENAL_CONFIGURE_OFF= --disable-openal + OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg OPENJPEG_CONFIGURE_OFF= --disable-libopenjpeg |