Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2013 17:23:55 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312035 - head/audio/lame
Message-ID:  <201302101723.r1AHNtaU044891@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302101723.r1AHNtaU044891>