svn commit: r321067 - head/audio/ncmpc

Chris Rees crees at FreeBSD.org
Sun Jun 16 19:16:13 UTC 2013


Author: crees
Date: Sun Jun 16 19:16:13 2013
New Revision: 321067
URL: http://svnweb.freebsd.org/changeset/ports/321067

Log:
  Requires pkgconfig

Modified:
  head/audio/ncmpc/Makefile

Modified: head/audio/ncmpc/Makefile
==============================================================================
--- head/audio/ncmpc/Makefile	Sun Jun 16 19:01:33 2013	(r321066)
+++ head/audio/ncmpc/Makefile	Sun Jun 16 19:16:13 2013	(r321067)
@@ -22,7 +22,7 @@ LYRICS_DESC=	Compile with lyrics screen
 
 .include <bsd.port.options.mk>
 
-USES=		iconv
+USES=		iconv pkgconfig
 PLIST_FILES=	bin/ncmpc \
 		%%EXAMPLESDIR%%/config \
 		%%EXAMPLESDIR%%/keys \


More information about the svn-ports-all mailing list