svn commit: r312035 - head/audio/lame
Alexander Leidinger
netchild at FreeBSD.org
Sun Feb 10 17:23:56 UTC 2013
Author: netchild
Date: Sun Feb 10 17:23:55 2013
New Revision: 312035
URL: http://svnweb.freebsd.org/changeset/ports/312035
Log:
Add dependency to libiconv.
Submitted by: pawel
PR: 175962
Modified:
head/audio/lame/Makefile
Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile Sun Feb 10 16:45:41 2013 (r312034)
+++ head/audio/lame/Makefile Sun Feb 10 17:23:55 2013 (r312035)
@@ -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
More information about the svn-ports-head
mailing list