diff options
Diffstat (limited to 'audio/akode/Makefile')
-rw-r--r-- | audio/akode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile index 8c6198bce447..c3f26ed07d6a 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -27,7 +27,7 @@ OPTIONS= FFMPEG "FFMPEG decoder plugin" off \ RESAMPLER "Resampler processing plugin" on \ XIPH "FLAC/Speex/Vorbis decoder plugin" on -USE_AUTOTOOLS= libltdl:22 libtool:22 +USE_AUTOTOOLS= libltdl libtool USE_BZIP2= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |