Date: Thu, 31 Oct 2013 13:15:03 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332240 - head/audio/twolame Message-ID: <201310311315.r9VDF3TD095206@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Oct 31 13:15:03 2013 New Revision: 332240 URL: http://svnweb.freebsd.org/changeset/ports/332240 Log: audio/twolame: fix typo - Fix typo, unbreak INDEX Pointy hat: wg Modified: head/audio/twolame/Makefile Modified: head/audio/twolame/Makefile ============================================================================== --- head/audio/twolame/Makefile Thu Oct 31 13:10:58 2013 (r332239) +++ head/audio/twolame/Makefile Thu Oct 31 13:15:03 2013 (r332240) @@ -13,7 +13,7 @@ COMMENT= MPEG Audio Layer 2 encoder LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ libFLAC.so:${PORTSDIR}/audio/flac \ - libvorbis.so:${PORTSDIR}/audio/livorbis \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg USES= gmake pathfix pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310311315.r9VDF3TD095206>