svn commit: r332237 - head/audio/twolame

William Grzybowski wg at FreeBSD.org
Thu Oct 31 13:00:39 UTC 2013


Author: wg
Date: Thu Oct 31 13:00:38 2013
New Revision: 332237
URL: http://svnweb.freebsd.org/changeset/ports/332237

Log:
  audio/twolame: bring additional lib dependencies
  
  - FLAC, vorbis and ogg and linked with bin/twolame [1] (based on)
  
  PR:		ports/181213 [1]
  Submitted by:	bsam

Modified:
  head/audio/twolame/Makefile

Modified: head/audio/twolame/Makefile
==============================================================================
--- head/audio/twolame/Makefile	Thu Oct 31 12:56:19 2013	(r332236)
+++ head/audio/twolame/Makefile	Thu Oct 31 13:00:38 2013	(r332237)
@@ -3,6 +3,7 @@
 
 PORTNAME=	twolame
 PORTVERSION=	0.3.13
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF \
 		http://www.ecs.soton.ac.uk/~njh/twolame/
@@ -10,7 +11,10 @@ MASTER_SITES=	SF \
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	MPEG Audio Layer 2 encoder
 
-LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile \
+		libFLAC.so:${PORTSDIR}/audio/flac \
+		libvorbis.so:${PORTSDIR}/audio/livorbis \
+		libogg.so:${PORTSDIR}/audio/libogg
 
 USES=		gmake pathfix pkgconfig
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list