From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 14:18:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11E428C5; Mon, 16 Jun 2014 14:18:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F34DD25E6; Mon, 16 Jun 2014 14:18:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GEIvgK029950; Mon, 16 Jun 2014 14:18:57 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GEIvJ7029949; Mon, 16 Jun 2014 14:18:57 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406161418.s5GEIvJ7029949@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 16 Jun 2014 14:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357998 - head/audio/dssi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 14:18:58 -0000 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