Date: Tue, 3 Sep 2013 19:21:45 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326204 - head/net/boinc-client Message-ID: <201309031921.r83JLjmk056258@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 3 19:21:45 2013 New Revision: 326204 URL: http://svnweb.freebsd.org/changeset/ports/326204 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/net/boinc-client/Makefile Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Tue Sep 3 19:16:46 2013 (r326203) +++ head/net/boinc-client/Makefile Tue Sep 3 19:21:45 2013 (r326204) @@ -13,6 +13,7 @@ COMMENT= Berkeley Open Infrastructure fo USE_XZ= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_LDCONFIG= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(cpp|h)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031921.r83JLjmk056258>