diff options
Diffstat (limited to 'databases/py-kyotocabinet/Makefile')
-rw-r--r-- | databases/py-kyotocabinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-kyotocabinet/Makefile b/databases/py-kyotocabinet/Makefile index e1ac258458ea..3263398f4806 100644 --- a/databases/py-kyotocabinet/Makefile +++ b/databases/py-kyotocabinet/Makefile @@ -18,6 +18,6 @@ LICENSE= GPLv3 LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet USE_PYTHON= autoplist distutils -USES= python:3 +USES= python:3.4+ .include <bsd.port.mk> |