aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-30 17:14:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-30 17:14:29 +0800
commit75d2c0926c86b7112bbbb862ac7591c12fc935e5 (patch)
tree9cfb45491516e1ab88c317f6f639ff011b971491 /databases
parentcf72a1b3cc6110ade083b47d1e615586d6f7d398 (diff)
downloadfreebsd-ports-gnome-75d2c0926c86b7112bbbb862ac7591c12fc935e5.tar.gz
freebsd-ports-gnome-75d2c0926c86b7112bbbb862ac7591c12fc935e5.tar.zst
freebsd-ports-gnome-75d2c0926c86b7112bbbb862ac7591c12fc935e5.zip
- Fix build: use USES=python:2
Diffstat (limited to 'databases')
-rw-r--r--databases/py-memcached/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-memcached/Makefile b/databases/py-memcached/Makefile
index 1556e5169f37..555ed41b811f 100644
--- a/databases/py-memcached/Makefile
+++ b/databases/py-memcached/Makefile
@@ -19,6 +19,6 @@ COMMENT= Python API for memcached, a distributed memory cache daemon
LICENSE= PSFL
USE_PYTHON= autoplist distutils
-USES= python
+USES= python:2
.include <bsd.port.mk>