diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2014-09-22 13:42:16 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2014-09-22 13:42:16 +0000 |
commit | 7eca8dff0c82abf958bbcd77cd671c609c4a9306 (patch) | |
tree | a239a53eac263add354ef7562161b62668ce08e0 /math | |
parent | 99845ed779cb9e81dc68ada5ee5e5763a1300d87 (diff) | |
download | ports-7eca8dff0c82abf958bbcd77cd671c609c4a9306.tar.gz ports-7eca8dff0c82abf958bbcd77cd671c609c4a9306.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pandas/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 4fe6c6ea8e4a..f8f854fcc003 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -78,13 +78,12 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifu SUB_FILES= pkg-message -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils # Uncomment the following line to enable regression-test # on a headless (X11-less) host (eg: RedPorts) -#USES= display:regression-test +#USES+= display:regression-test XUNITFILE= ${WRKDIR}/nosetests.xml NOSE_ENV= http_proxy=${HTTP_PROXY} |