svn commit: r357998 - head/audio/dssi

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 16 14:18:58 UTC 2014


Author: amdmi3
Date: Mon Jun 16 14:18:57 2014
New Revision: 357998
URL: http://svnweb.freebsd.org/changeset/ports/357998
QAT: https://qat.redports.org/buildarchive/r357998/

Log:
  - Add missing USES=libtool

Modified:
  head/audio/dssi/Makefile

Modified: head/audio/dssi/Makefile
==============================================================================
--- head/audio/dssi/Makefile	Mon Jun 16 14:18:00 2014	(r357997)
+++ head/audio/dssi/Makefile	Mon Jun 16 14:18:57 2014	(r357998)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dssi
 PORTVERSION=	1.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libdssialsacompat.so:${PORT
 		libjack.so:${PORTSDIR}/audio/jack
 RUN_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig libtool:keepla
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list