diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2013-02-10 17:23:55 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2013-02-10 17:23:55 +0000 |
commit | 47e5ebc124cf2a641dc3a9e6e3068c42cbe4040e (patch) | |
tree | fb51c6e88268181746472d5ac4c31e3df7d5c2df /audio/lame | |
parent | 770dea4a0f6c5ea4581da4a74b91dc3cc0f23357 (diff) | |
download | ports-47e5ebc124cf2a641dc3a9e6e3068c42cbe4040e.tar.gz ports-47e5ebc124cf2a641dc3a9e6e3068c42cbe4040e.zip |
Notes
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index afc93bf0b3d9..528ab68ef556 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -7,6 +7,7 @@ PORTNAME= lame PORTVERSION= 3.99.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/3.99 @@ -17,6 +18,7 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_ICONV= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest |