[Midnightbsd-cvs] mports [16543] trunk/audio/twolame/Makefile: update depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 22 21:55:18 EDT 2014


Revision: 16543
          http://svnweb.midnightbsd.org/mports/?rev=16543
Author:   laffer1
Date:     2014-08-22 21:55:17 -0400 (Fri, 22 Aug 2014)
Log Message:
-----------
update depends

Modified Paths:
--------------
    trunk/audio/twolame/Makefile

Modified: trunk/audio/twolame/Makefile
===================================================================
--- trunk/audio/twolame/Makefile	2014-08-23 01:52:53 UTC (rev 16542)
+++ trunk/audio/twolame/Makefile	2014-08-23 01:55:17 UTC (rev 16543)
@@ -2,7 +2,7 @@
 
 PORTNAME=	twolame
 PORTVERSION=	0.3.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF \
 		http://www.ecs.soton.ac.uk/~njh/twolame/
@@ -12,16 +12,15 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile \
+		libFLAC.so:${PORTSDIR}/audio/flac \
+		libvorbis.so:${PORTSDIR}/audio/libvorbis \
+		libogg.so:${PORTSDIR}/audio/libogg
 
-USES=		pathfix pkgconfig
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USES=		gmake pathfix pkgconfig libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-MAN1=		twolame.1
-
 post-patch:
 	@${REINPLACE_CMD} -e 's| -O3||g' \
 		${WRKSRC}/configure



More information about the Midnightbsd-cvs mailing list