diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:39:21 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:39:21 +0000 |
commit | f613ac049d40272c3b27a76dbab7f6723f2a2ba2 (patch) | |
tree | e62b67c39f729f55f17b68f6438f9f1beeadd10c /emulators/fuse | |
parent | 2f2aafd9bf4a01f681da4598e18663001e4a9406 (diff) | |
download | ports-f613ac049d40272c3b27a76dbab7f6723f2a2ba2.tar.gz ports-f613ac049d40272c3b27a76dbab7f6723f2a2ba2.zip |
Notes
Diffstat (limited to 'emulators/fuse')
-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) |