Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2013 11:51:37 +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: r322494 - head/audio/streamripper
Message-ID:  <201307081151.r68BpbtJ052565@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul  8 11:51:37 2013
New Revision: 322494
URL: http://svnweb.freebsd.org/changeset/ports/322494

Log:
  Add needed pkg-config to fix configure

Modified:
  head/audio/streamripper/Makefile

Modified: head/audio/streamripper/Makefile
==============================================================================
--- head/audio/streamripper/Makefile	Mon Jul  8 11:50:41 2013	(r322493)
+++ head/audio/streamripper/Makefile	Mon Jul  8 11:51:37 2013	(r322494)
@@ -22,7 +22,7 @@ OPTIONS_DEFAULT=	FAAD VORBIS
 
 LICENSE=	GPLv2
 
-USES=		iconv
+USES=		iconv pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-included-libmad \



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