Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2013 13:59:40 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314162 - head/math/py-matplotlib
Message-ID:  <201303141359.r2EDxeEW087145@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303141359.r2EDxeEW087145>