diff options
author | antoine <antoine@FreeBSD.org> | 2015-10-30 15:08:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-10-30 15:08:19 +0800 |
commit | d15544eba62b803e54305ee4810e7f562bbc9b83 (patch) | |
tree | de0c79345053b5efcf8be24716b15ad535a88c66 /math | |
parent | b6ca015040ffa94d44d11e0d720513fe3867d38b (diff) | |
download | freebsd-ports-gnome-d15544eba62b803e54305ee4810e7f562bbc9b83.tar.gz freebsd-ports-gnome-d15544eba62b803e54305ee4810e7f562bbc9b83.tar.zst freebsd-ports-gnome-d15544eba62b803e54305ee4810e7f562bbc9b83.zip |
Fix make patch
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
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 |