From b01c49470c447815dcb4105f86108cc048660c2d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 5 Aug 2014 18:23:48 +0000 Subject: [PATCH] - Switch to USES=libtool Approved by: portmgr blanket --- audio/alsa-plugins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile index fbc72e7b46fb..613aab2c828f 100644 --- a/audio/alsa-plugins/Makefile +++ b/audio/alsa-plugins/Makefile @@ -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 plugins 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