From owner-svn-ports-head@FreeBSD.ORG Thu Mar 14 13:59:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 323BB813; Thu, 14 Mar 2013 13:59:41 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1B495E91; Thu, 14 Mar 2013 13:59:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2EDxehQ087146; Thu, 14 Mar 2013 13:59:40 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2EDxeEW087145; Thu, 14 Mar 2013 13:59:40 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201303141359.r2EDxeEW087145@svn.freebsd.org> From: Jimmy Olgeni Date: Thu, 14 Mar 2013 13:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314162 - head/math/py-matplotlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 13:59:41 -0000 Author: olgeni Date: Thu Mar 14 13:59:40 2013 New Revision: 314162 URL: http://svnweb.freebsd.org/changeset/ports/314162 Log: This port must USE_PKGCONFIG, else pkg-config will not be available when building without X11 frontends, causing the build to fail. Approved by: maintainer Modified: head/math/py-matplotlib/Makefile (contents, props changed) Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Thu Mar 14 13:55:46 2013 (r314161) +++ head/math/py-matplotlib/Makefile Thu Mar 14 13:59:40 2013 (r314162) @@ -18,6 +18,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ png15:${PORTSDIR}/graphics/png RUN_DEPENDS:= ${BUILD_DEPENDS} +USE_PKGCONFIG= build USE_PYTHON= yes USE_PYDISTUTILS=yes CFLAGS+= -I${LOCALBASE}/include