Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 10:36:41 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326381 - head/audio/p5-Shout
Message-ID:  <201309051036.r85AafxA028581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Thu Sep  5 10:36:41 2013
New Revision: 326381
URL: http://svnweb.freebsd.org/changeset/ports/326381

Log:
  - add an explicit dependency on pkgconf

Modified:
  head/audio/p5-Shout/Makefile

Modified: head/audio/p5-Shout/Makefile
==============================================================================
--- head/audio/p5-Shout/Makefile	Thu Sep  5 10:32:23 2013	(r326380)
+++ head/audio/p5-Shout/Makefile	Thu Sep  5 10:36:41 2013	(r326381)
@@ -12,7 +12,7 @@ COMMENT=	Perl glue for libshout MP3 stre
 
 LIB_DEPENDS=	shout.5:${PORTSDIR}/audio/libshout2
 
-USES=		perl5
+USES=		perl5 pkgconfig
 USE_PERL5=	configure
 
 MAN3=		Shout.3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051036.r85AafxA028581>