diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
commit | e1555011ab42870150513585c13b3a273e4bf53b (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /databases/py-Pyrseas | |
parent | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (diff) | |
download | ports-e1555011ab42870150513585c13b3a273e4bf53b.tar.gz ports-e1555011ab42870150513585c13b3a273e4bf53b.zip |
Notes
Diffstat (limited to 'databases/py-Pyrseas')
-rw-r--r-- | databases/py-Pyrseas/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-Pyrseas/Makefile b/databases/py-Pyrseas/Makefile index 605eb3cadea8..b0f97373e9eb 100644 --- a/databases/py-Pyrseas/Makefile +++ b/databases/py-Pyrseas/Makefile @@ -15,9 +15,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.2:${PORTSDIR}/databases/py-psyco ${PYTHON_PKGNAMEPREFIX}yaml>=3.09:${PORTSDIR}/devel/py-yaml TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= perseas |