diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-03-21 12:39:28 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-03-21 12:39:28 +0800 |
commit | a27a8d6782faf3b72907bacc40f2c880b299f73e (patch) | |
tree | 6e7a14a3c7bb7238ee96ea38bdfa8bc6e17a9f90 /science/py-scipy | |
parent | 70536f1786ad3745e35fbb757f07eaa3cae9b854 (diff) | |
download | freebsd-ports-gnome-a27a8d6782faf3b72907bacc40f2c880b299f73e.tar.gz freebsd-ports-gnome-a27a8d6782faf3b72907bacc40f2c880b299f73e.tar.zst freebsd-ports-gnome-a27a8d6782faf3b72907bacc40f2c880b299f73e.zip |
- Assign maintainership over to Diane Bruce
- Remove leftover USE_REINPLACE
PR: 93842
Submitted by: new maintainer
Diffstat (limited to 'science/py-scipy')
-rw-r--r-- | science/py-scipy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 3c04b5f61942..4be02f380c31 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= scipy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SciPy_complete-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= db@db.net COMMENT= Scientific tools for Python BUILD_DEPENDS= ${PYNUMERIC} \ @@ -25,7 +25,6 @@ BUILD_DEPENDS= ${PYNUMERIC} \ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ atlas.1:${PORTSDIR}/math/atlas -USE_REINPLACE= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes |