Summary: | audio/lame links to iconv | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pawel Pekala <pawel> | ||||
Component: | Individual Port(s) | Assignee: | Alexander Leidinger <netchild> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Pawel Pekala
2013-02-08 19:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->netchild Over to maintainer (via the GNATS Auto Assign Tool) 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks. |