diff options
author | crees <crees@FreeBSD.org> | 2012-03-21 04:50:41 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-03-21 04:50:41 +0800 |
commit | 54ac590af5969e904b80a007ff078f1ded9eb090 (patch) | |
tree | 19e87d3c56ee3f2c871b59ef5b702027007f53ee /math/py-matplotlib | |
parent | 1324cc352e1c3dbcd91ee001ae46f8a680c0d79e (diff) | |
download | freebsd-ports-gnome-54ac590af5969e904b80a007ff078f1ded9eb090.tar.gz freebsd-ports-gnome-54ac590af5969e904b80a007ff078f1ded9eb090.tar.zst freebsd-ports-gnome-54ac590af5969e904b80a007ff078f1ded9eb090.zip |
Fix configure with WXAGGBACKEND
PR: ports/166148
Submitted by: Mel Flynn <rflynn@acsalaska.net>
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'math/py-matplotlib')
-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 d8efdc916f74..1de4c9624142 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -86,7 +86,7 @@ PLIST_SUB+= TKAGGBACKEND="@comment " .if defined(WITH_WXAGGBACKEND) USE_WX= 2.8+ -WX_COMPS= python +WX_COMPS= python:lib CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" WXAGG_BACKEND= True |