diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-13 16:51:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-13 16:51:25 +0800 |
commit | 1d4058f8973288a89a8057e14bd1312c1dedffa9 (patch) | |
tree | d0d69227882bac6caf5efec3e2769fd6d7615f70 /multimedia/mplayer | |
parent | a93051cd0c9385667d2d09dfbe1383962a7c4bc1 (diff) | |
download | freebsd-ports-gnome-1d4058f8973288a89a8057e14bd1312c1dedffa9.tar.gz freebsd-ports-gnome-1d4058f8973288a89a8057e14bd1312c1dedffa9.tar.zst freebsd-ports-gnome-1d4058f8973288a89a8057e14bd1312c1dedffa9.zip |
- Move from audio/openal to audio/openal-soft
PR: 143829
Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com>
Approved by: maintainer
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 62de04679995..2f37999e43cf 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 15 +PORTREVISION= 16 COMMENT= High performance media player supporting many formats diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index b280e698a9d8..5d66e9ccc89c 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -189,7 +189,7 @@ CONFIGURE_ARGS+= --disable-nas .endif .if defined(WITH_OPENAL) -LIB_DEPENDS+= openal.0:${PORTSDIR}/audio/openal +LIB_DEPENDS+= openal.1:${PORTSDIR}/audio/openal-soft .else CONFIGURE_ARGS+= --disable-openal .endif |