diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 12:49:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 12:49:14 +0000 |
commit | ccbaddd677ef113f1b5e3ff38acfd0d1ca97f75e (patch) | |
tree | 76e03b41ff2c4d87645812c406d2f4ba580b5481 /math/py-matplotlib | |
parent | d745c6171c2050e85d899c242f4074e95ade3f33 (diff) | |
download | ports-ccbaddd677ef113f1b5e3ff38acfd0d1ca97f75e.tar.gz ports-ccbaddd677ef113f1b5e3ff38acfd0d1ca97f75e.zip |
Notes
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index be99e41e8e46..0c4fc20539ab 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -48,6 +48,10 @@ CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +post-patch: + ${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|' \ + ${WRKSRC}/src/_png.cpp + .if !defined(NOPORTEXAMPLES) post-install: @${MKDIR} ${EXAMPLESDIR} |