diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-15 13:51:39 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-15 13:51:39 +0800 |
commit | f76695d5e5419223cff54cabc26fa4772c733045 (patch) | |
tree | 637b94ec4e3c7d65e3192c4d3533340078bce372 /lang | |
parent | 99934bf259f27dddc063e226a4c81546fd4a2272 (diff) | |
download | freebsd-ports-gnome-f76695d5e5419223cff54cabc26fa4772c733045.tar.gz freebsd-ports-gnome-f76695d5e5419223cff54cabc26fa4772c733045.tar.zst freebsd-ports-gnome-f76695d5e5419223cff54cabc26fa4772c733045.zip |
- Conflict with newer math/py-numpy
Noticed by: Diane Bruce <db at db.net>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/f2py/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/f2py/Makefile b/lang/f2py/Makefile index 99e7726a5235..1aac18ca40e3 100644 --- a/lang/f2py/Makefile +++ b/lang/f2py/Makefile @@ -17,6 +17,8 @@ COMMENT= Fortran to Python Interface Generator RUN_DEPENDS= ${PYNUMERIC} +CONFLICTS= py*-numpy-1.* + USE_PYTHON= yes USE_PYDISTUTILS= yes |