diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2017-07-03 05:48:40 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2017-07-03 05:48:40 +0000 |
commit | d73775452f50014efcde2ee4d6c879bed955d013 (patch) | |
tree | e02ffae4bb862d76ecd078a14f38e1be575bdfcc /security/zeronet | |
parent | 434b2d15d0baf59a6a93765e96207e49e86560e6 (diff) |
Notes
Diffstat (limited to 'security/zeronet')
-rw-r--r-- | security/zeronet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/zeronet/Makefile b/security/zeronet/Makefile index a5fca6507c01..1f7bf22652c6 100644 --- a/security/zeronet/Makefile +++ b/security/zeronet/Makefile @@ -27,7 +27,9 @@ SUB_FILES= zeronet-service zeronet-cmd pkg-message SUB_LIST= LOCALBASE=${LOCALBASE} USER=${USER} GROUP=${GROUP} PLIST_SUB= USER=${USER} GROUP=${GROUP} -USES= python +# ZeroNet hasn't been ported to Python 3 yet +# https://github.com/HelloZeroNet/ZeroNet/issues/149 +USES= python:2.7 NO_ARCH= yes OPTIONS_DEFINE= TOR DEBUG |