[Midnightbsd-cvs] mports [16724] trunk/audio/flac/Makefile: update ogg lib version

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 30 11:42:38 EDT 2014


Revision: 16724
          http://svnweb.midnightbsd.org/mports/?rev=16724
Author:   laffer1
Date:     2014-08-30 11:42:37 -0400 (Sat, 30 Aug 2014)
Log Message:
-----------
update ogg lib version

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

Modified: trunk/audio/flac/Makefile
===================================================================
--- trunk/audio/flac/Makefile	2014-08-30 15:39:27 UTC (rev 16723)
+++ trunk/audio/flac/Makefile	2014-08-30 15:42:37 UTC (rev 16724)
@@ -2,6 +2,7 @@
 
 PORTNAME=	flac
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/flac/
 
@@ -10,13 +11,13 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	ogg.7:${PORTSDIR}/audio/libogg
+LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
 
-USES=		pathfix pkgconfig tar:xz
-USE_AUTOTOOLS=	libtool
+USES=		libtool:oldver pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-sse \
+CONFIGURE_ARGS=	--enable-static \
+		--enable-sse \
 		--with-ogg="${LOCALBASE}" \
 		--disable-silent-rules \
 		--disable-thorough-tests \



More information about the Midnightbsd-cvs mailing list