diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 00:04:12 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 00:04:12 +0800 |
commit | 7ce78563a0105938ba50adb7bb5a9190a04bbb00 (patch) | |
tree | e54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/py-fabric | |
parent | 4d5673ea87894d510f7827650ddd990edeb1fd47 (diff) | |
download | freebsd-ports-gnome-7ce78563a0105938ba50adb7bb5a9190a04bbb00.tar.gz freebsd-ports-gnome-7ce78563a0105938ba50adb7bb5a9190a04bbb00.tar.zst freebsd-ports-gnome-7ce78563a0105938ba50adb7bb5a9190a04bbb00.zip |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'devel/py-fabric')
-rw-r--r-- | devel/py-fabric/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-fabric/Makefile b/devel/py-fabric/Makefile index 3d9c1ff5d30d..1c0a0ba3a819 100644 --- a/devel/py-fabric/Makefile +++ b/devel/py-fabric/Makefile @@ -26,9 +26,8 @@ TESTS_DESC= Install nose for test suite TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} -USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2.7 +USE_PYTHON= distutils autoplist regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test |