aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-03-20 20:50:41 +0000
committerChris Rees <crees@FreeBSD.org>2012-03-20 20:50:41 +0000
commitb843d8b7f9a48735f5cccac41df2053b220e87e4 (patch)
tree6cab5c9de33cda8fa841bc961672f436edc83dad /math/py-matplotlib
parent8060a09e16190dcb576f9329fbc1520c2b27c77f (diff)
downloadports-b843d8b7f9a48735f5cccac41df2053b220e87e4.tar.gz
ports-b843d8b7f9a48735f5cccac41df2053b220e87e4.zip
Fix configure with WXAGGBACKEND
PR: ports/166148 Submitted by: Mel Flynn <rflynn@acsalaska.net> Approved by: maintainer Feature safe: yes
Notes
Notes: svn path=/head/; revision=293611
Diffstat (limited to 'math/py-matplotlib')
-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 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