Date: Fri, 5 Jul 2013 07:13:14 +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: r322313 - head/audio/ncmpcpp Message-ID: <201307050713.r657DEZ6030110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307050713.r657DEZ6030110>