aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-06 18:10:06 +0800
committerbapt <bapt@FreeBSD.org>2013-06-06 18:10:06 +0800
commit810d2f7d28917fdab15abb76ab258dff83fd4268 (patch)
treedcf2cf4b8ca995913887a7e63814ac047330f17e /math/py-matplotlib
parent90721d686e4f0a9d6e6f83e015851097a5c9ae5a (diff)
downloadfreebsd-ports-gnome-810d2f7d28917fdab15abb76ab258dff83fd4268.tar.gz
freebsd-ports-gnome-810d2f7d28917fdab15abb76ab258dff83fd4268.tar.zst
freebsd-ports-gnome-810d2f7d28917fdab15abb76ab258dff83fd4268.zip
fmake is sometime to bad :(
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 9d7ff2171d39..7aeb4db4724e 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -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