diff options
Diffstat (limited to 'emulators/fuse/Makefile')
-rw-r--r-- | emulators/fuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index b179fbe23eb2..785ca8975acf 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -7,7 +7,7 @@ PORTNAME= fuse PORTVERSION= 0.10.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} @@ -31,7 +31,7 @@ OPTIONS= AO "Use libao for audio output" off \ .if defined(WITH_AO) CONFIGURE_ARGS+=--with-libao -LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao +LIB_DEPENDS+= ao.4:${PORTSDIR}/audio/libao .endif .if !defined(WITHOUT_SAMPLERATE) |