svn commit: r325651 - head/audio/audacity

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 30 01:53:17 UTC 2013


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


More information about the svn-ports-all mailing list