diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /security/py-pydeep | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Notes
Diffstat (limited to 'security/py-pydeep')
-rw-r--r-- | security/py-pydeep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-pydeep/Makefile b/security/py-pydeep/Makefile index 3f3ccc0aa1a0..712280c73622 100644 --- a/security/py-pydeep/Makefile +++ b/security/py-pydeep/Makefile @@ -3,6 +3,7 @@ PORTNAME= pydeep PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libfuzzy.so:security/ssdeep -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist post-patch: |