svn commit: r322494 - head/audio/streamripper

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 8 11:51:37 UTC 2013


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 \


More information about the svn-ports-all mailing list