Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 10:10:06 +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: r320074 - head/math/py-matplotlib
Message-ID:  <201306061010.r56AA67K092347@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jun  6 10:10:06 2013
New Revision: 320074
URL: http://svnweb.freebsd.org/changeset/ports/320074

Log:
  fmake is sometime to bad :(

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Thu Jun  6 10:09:56 2013	(r320073)
+++ head/math/py-matplotlib/Makefile	Thu Jun  6 10:10:06 2013	(r320074)
@@ -36,7 +36,7 @@ UNIQUENAME=	${PORTNAME}
 
 .if defined(PACKAGE_BUILDING) && \
     ( ${PORT_OPTIONS:MGTKBACKEND} || ${PORT_OPTIONS:MGTKAGGBACKEND} || \
-    ${PORT_OPTIONS:MTKAGGBACKEND} || ${PORT_OPTIONS:MWXAGGBACKEND})
+    ${PORT_OPTIONS:MTKAGGBACKEND} || ${PORT_OPTIONS:MWXAGGBACKEND} )
 BUILD_DEPENDS+=	Xvfb:${X_VFBSERVER_PORT}
 .endif
 



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