Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 18:23:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364130 - head/audio/alsa-plugins
Message-ID:  <53e12134.562b.4b3833bd@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug  5 18:23:48 2014
New Revision: 364130
URL: http://svnweb.freebsd.org/changeset/ports/364130
QAT: https://qat.redports.org/buildarchive/r364130/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/audio/alsa-plugins/Makefile

Modified: head/audio/alsa-plugins/Makefile
==============================================================================
--- head/audio/alsa-plugins/Makefile	Tue Aug  5 18:19:49 2014	(r364129)
+++ head/audio/alsa-plugins/Makefile	Tue Aug  5 18:23:48 2014	(r364130)
@@ -3,7 +3,7 @@
 
 PORTNAME=	alsa-plugins
 PORTVERSION=	1.0.27
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	ALSA/plugins \
 		GENTOO/distfiles
@@ -14,7 +14,7 @@ COMMENT=	ALSA compatibility library plug
 LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
 
 GNU_CONFIGURE=	yes
-USES=		tar:bzip2 pkgconfig
+USES=		tar:bzip2 pkgconfig libtool:keepla
 LDFLAGS+=	-L${LOCALBASE}/lib
 EXTRA_PATCHES+=	${FILESDIR}/alsa-plugins.patch
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e12134.562b.4b3833bd>