[Midnightbsd-cvs] mports [23435] trunk/audio/flac/Makefile: update port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue May 8 23:40:34 EDT 2018


Revision: 23435
          http://svnweb.midnightbsd.org/mports/?rev=23435
Author:   laffer1
Date:     2018-05-08 23:40:33 -0400 (Tue, 08 May 2018)
Log Message:
-----------
update port

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

Modified: trunk/audio/flac/Makefile
===================================================================
--- trunk/audio/flac/Makefile	2018-05-09 03:30:20 UTC (rev 23434)
+++ trunk/audio/flac/Makefile	2018-05-09 03:40:33 UTC (rev 23435)
@@ -2,7 +2,7 @@
 
 PORTNAME=	flac
 PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/flac/
 
@@ -13,10 +13,11 @@
 LICENSE_COMB=	multi
 LICENSE_FILE_bsd3=${WRKSRC}/COPYING.Xiph
 
-LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
+LIB_DEPENDS=	libogg.so:audio/libogg
 
-USES=		iconv libtool pathfix pkgconfig tar:xz compiler:gcc-c++11-lib
+USES=		iconv libtool pathfix pkgconfig tar:xz
 
+USE_GCC=	4.8
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-static \
@@ -34,7 +35,7 @@
 .include <bsd.mport.options.mk>
 
 .if ${ARCH} == "i386"
-BUILD_DEPENDS+=	nasm:${PORTSDIR}/devel/nasm
+BUILD_DEPENDS+=	nasm:devel/nasm
 .endif
 
 post-install:



More information about the Midnightbsd-cvs mailing list