svn commit: r320074 - head/math/py-matplotlib
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jun 6 10:10:07 UTC 2013
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
More information about the svn-ports-head
mailing list