svn commit: r314162 - head/math/py-matplotlib
Jimmy Olgeni
olgeni at FreeBSD.org
Thu Mar 14 13:59:41 UTC 2013
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
More information about the svn-ports-head
mailing list