Date: Fri, 30 Aug 2013 01:53:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325651 - head/audio/audacity Message-ID: <201308300153.r7U1rHa9058056@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Aug 30 01:53:16 2013 New Revision: 325651 URL: http://svnweb.freebsd.org/changeset/ports/325651 Log: Add an explicit dependency on pkgconf Modified: head/audio/audacity/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Fri Aug 30 01:47:21 2013 (r325650) +++ head/audio/audacity/Makefile Fri Aug 30 01:53:16 2013 (r325651) @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${POR USE_AUTOTOOLS= aclocal autoconf GNU_CONFIGURE= yes -USES= gmake gettext +USES= gmake gettext pkgconfig USE_XZ= yes USE_WX= 2.8 WX_UNICODE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308300153.r7U1rHa9058056>