aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-05 00:19:55 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-05 00:19:55 +0800
commitd14cf13d2ace35de10567edc614b2ffd8d37b3d6 (patch)
tree34e463072561bf715b92e6661387a51bc9371156 /math
parent34ecfaf2ffe3a91d5eb45ec66990eb904fb5a0d1 (diff)
downloadfreebsd-ports-gnome-d14cf13d2ace35de10567edc614b2ffd8d37b3d6.tar.gz
freebsd-ports-gnome-d14cf13d2ace35de10567edc614b2ffd8d37b3d6.tar.zst
freebsd-ports-gnome-d14cf13d2ace35de10567edc614b2ffd8d37b3d6.zip
- Fix after conversion to PYDISTUTILS_AUTOPLIST
- Add EXAMPLES to OPTIONS_DEFINE Reported by: poudriere -qat With hat: portmgr
Diffstat (limited to 'math')
-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>