svn commit: r322313 - head/audio/ncmpcpp

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 5 07:13:14 UTC 2013


Author: bapt
Date: Fri Jul  5 07:13:14 2013
New Revision: 322313
URL: http://svnweb.freebsd.org/changeset/ports/322313

Log:
  Add an explicit dependency on pkgconf to fix build

Modified:
  head/audio/ncmpcpp/Makefile

Modified: head/audio/ncmpcpp/Makefile
==============================================================================
--- head/audio/ncmpcpp/Makefile	Fri Jul  5 07:08:16 2013	(r322312)
+++ head/audio/ncmpcpp/Makefile	Fri Jul  5 07:13:14 2013	(r322313)
@@ -13,7 +13,7 @@ COMMENT=	A ncurses mpd client, clone of 
 LIB_DEPENDS=	mpdclient:${PORTSDIR}/audio/libmpdclient \
 		fftw3:${PORTSDIR}/math/fftw3
 
-USES=		iconv ncurses
+USES=		iconv ncurses pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20


More information about the svn-ports-all mailing list