aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-06 10:10:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-06 10:10:06 +0000
commitec3e4382cac02e9decdbe101bef1801587b6e253 (patch)
treedcf2cf4b8ca995913887a7e63814ac047330f17e /math
parent8f82783c0925e5ca25301d644127bf9057707fb8 (diff)
downloadports-ec3e4382cac02e9decdbe101bef1801587b6e253.tar.gz
ports-ec3e4382cac02e9decdbe101bef1801587b6e253.zip
fmake is sometime to bad :(
Notes
Notes: svn path=/head/; revision=320074
Diffstat (limited to 'math')
-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