diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-09-03 02:04:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-09-03 02:04:44 +0800 |
commit | 728316e20db4ef5929c98951c6efed0939d264ad (patch) | |
tree | 39e75288cf1654e088bc797e5d42c68efd91c0a3 /devel | |
parent | 537939589d0e5af4fd818856324be1424c4d0b2f (diff) | |
download | freebsd-ports-gnome-728316e20db4ef5929c98951c6efed0939d264ad.tar.gz freebsd-ports-gnome-728316e20db4ef5929c98951c6efed0939d264ad.tar.zst freebsd-ports-gnome-728316e20db4ef5929c98951c6efed0939d264ad.zip |
- Fix build: use USES=python:2
Approved by: portmgr (blanket)
With hat: python
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> |