diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-03-04 20:03:43 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-03-04 20:03:43 +0000 |
commit | 7958a763b5ceaf09e2cb45e6f40a273a8d3ecd6f (patch) | |
tree | 4f203b3ab35e51f2c8ea7564d593c3976ec869af /astro | |
parent | ade877f3238f71f11a60d8ff18d04b16eeaf8080 (diff) | |
download | ports-7958a763b5ceaf09e2cb45e6f40a273a8d3ecd6f.tar.gz ports-7958a763b5ceaf09e2cb45e6f40a273a8d3ecd6f.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-astLib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile index b760cd62f6ce..35e06480f7f4 100644 --- a/astro/py-astLib/Makefile +++ b/astro/py-astLib/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes |