aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-09-03 02:04:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-09-03 02:04:44 +0800
commit728316e20db4ef5929c98951c6efed0939d264ad (patch)
tree39e75288cf1654e088bc797e5d42c68efd91c0a3 /devel
parent537939589d0e5af4fd818856324be1424c4d0b2f (diff)
downloadfreebsd-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/Makefile5
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>