diff options
| author | Kubilay Kocak <koobs@FreeBSD.org> | 2017-07-03 05:50:39 +0000 |
|---|---|---|
| committer | Kubilay Kocak <koobs@FreeBSD.org> | 2017-07-03 05:50:39 +0000 |
| commit | 4e5e0e49af2ea27a2b0d55564563921f8ebf265b (patch) | |
| tree | dbf797c5cd624b45c4ffc7696750cab6f12d74f0 /security | |
| parent | be8a11a175630644ed4338e9216f7f649985db11 (diff) | |
Notes
Diffstat (limited to 'security')
| -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 |
