diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index d0ea6dabcc2..87eabe5d0e7 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -1,6 +1,7 @@ COMMENT= optimised MPEG Audio Layer 2 (MP2) encoder DISTNAME= twolame-0.4.0 +REVISION= 0 SHARED_LIBS += twolame 1.0 # 0.0 CATEGORIES= audio @@ -14,7 +15,8 @@ PERMIT_PACKAGE= Yes SITES= ${SITE_SOURCEFORGE:=twolame/} -WANTLIB= c m sndfile FLAC ogg vorbis vorbisenc opus +WANTLIB += FLAC c m mp3lame mpg123 ogg opus pthread sndfile vorbis +WANTLIB += vorbisenc LIB_DEPENDS= audio/libsndfile