Date: Mon, 16 Jun 2014 14:18:57 +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: r357998 - head/audio/dssi Message-ID: <201406161418.s5GEIvJ7029949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161418.s5GEIvJ7029949>