aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-18 10:26:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-18 10:26:10 +0000
commit37255964e5cbcf87bc5f8529020d7552b50a4c86 (patch)
tree84bf88d0962185278e8e51e3878d7d5130b90528
parent75cc1f11a2b58247cbb0bda553e2a122a850abad (diff)
Notes
-rw-r--r--math/py-numarray/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index ce34cd585ad5..8b7ccf597e95 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -3,7 +3,7 @@
PORTNAME= numarray
PORTVERSION= 1.5.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= SF/numpy/Old%20Numarray/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT= Numeric array manipulation extension module for Python
LICENSE= BSD3CLAUSE
-USES= python
+USES= python shebangfix
+SHEBANG_FILES= Examples/convolve/benchmark.py
USE_PYTHON= distutils autoplist
PORTDOCS= *