summaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-04 16:19:55 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-04 16:19:55 +0000
commitd14cf13d2ace35de10567edc614b2ffd8d37b3d6 (patch)
tree34e463072561bf715b92e6661387a51bc9371156 /math/py-matplotlib
parentDo not remove directory belonging to BSD.local.dist mtree (diff)
- Fix after conversion to PYDISTUTILS_AUTOPLIST
- Add EXAMPLES to OPTIONS_DEFINE Reported by: poudriere -qat With hat: portmgr
Notes
Notes: svn path=/head/; revision=350137
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 69c2f411f2be..60dd31c6ea4b 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= matplotlib
PORTVERSION= 1.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math python
MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -26,13 +26,14 @@ USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST=yes
CFLAGS+= -I${LOCALBASE}/include
-OPTIONS_DEFINE= GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND
+OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND
OPTIONS_DEFAULT= GTKBACKEND GTKAGGBACKEND TKAGGBACKEND
GTKBACKEND_DESC= GTK backend support
GTKAGGBACKEND_DESC= GTKAgg backend support
TKAGGBACKEND_DESC= TKAgg backend support
WXAGGBACKEND_DESC= WXAgg backend support
+PORTEXAMPLES= *
UNIQUENAME= ${PORTNAME}
.include <bsd.port.options.mk>