diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-02 18:04:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-02 18:04:44 +0000 |
commit | aca9b50512739ba3053d66283a62f0cd28bb4834 (patch) | |
tree | 39e75288cf1654e088bc797e5d42c68efd91c0a3 /devel | |
parent | a5a9cdf79fb052ed4da0fd53782135888e5c21c1 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-daemon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-daemon/Makefile b/devel/py-daemon/Makefile index 5fbc501aea05..0af2231b3da2 100644 --- a/devel/py-daemon/Makefile +++ b/devel/py-daemon/Makefile @@ -15,8 +15,7 @@ COMMENT= Well-behaved daemon framework for Python BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= autoplist distutils +USES= python:2 .include <bsd.port.mk> |