diff options
Diffstat (limited to 'audio/asunder/Makefile')
-rw-r--r-- | audio/asunder/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/asunder/Makefile b/audio/asunder/Makefile index 29715ea58fe6..b7667b396d7d 100644 --- a/audio/asunder/Makefile +++ b/audio/asunder/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= asunder -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.9.1 CATEGORIES= audio MASTER_SITES= http://littlesvr.ca/asunder/releases/ @@ -19,7 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia OPTIONS= LAME "lame support" on \ OGG "ogg-vorbis support" on \ FLAC "FLAC support" on \ - WAVPACK "WavPack support" off + WAVPACK "WavPack support" off \ + MONKEYAUDIO "Monkey's Audio support" off USE_BZIP2= yes GNU_CONFIGURE= yes @@ -45,6 +45,10 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac RUN_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack .endif +.if defined(WITH_MONKEYAUDIO) +RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |