aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-10-30 07:08:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-10-30 07:08:19 +0000
commit2c0d50dd9a2c7c04832165483496b45e7f8e3fa8 (patch)
treede0c79345053b5efcf8be24716b15ad535a88c66
parentf1e8fb515e91b8e719553fc2b32240a0cb321963 (diff)
downloadports-2c0d50dd9a2c7c04832165483496b45e7f8e3fa8.tar.gz
ports-2c0d50dd9a2c7c04832165483496b45e7f8e3fa8.zip
Fix make patch
Notes
Notes: svn path=/head/; revision=400492
-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 92c03466fe7a..557641684717 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -77,7 +77,7 @@ post-patch:
${WRKSRC}/setupext.py
${REINPLACE_CMD} -e 's|%%GTK_BACKEND%%|${GTK_BACKEND}|g' \
-e 's|%%GTKAGG_BACKEND%%|${GTKAGG_BACKEND}|g' \
-+ -e 's|%%QT4AGG_BACKEND%%|${QT4AGG_BACKEND}|g' \
+ -e 's|%%QT4AGG_BACKEND%%|${QT4AGG_BACKEND}|g' \
-e 's|%%TKAGG_BACKEND%%|${TKAGG_BACKEND}|g' \
-e 's|%%WXAGG_BACKEND%%|${WXAGG_BACKEND}|g' \
${WRKSRC}/setup.cfg