diff options
author | mat <mat@FreeBSD.org> | 2018-01-25 20:37:06 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-01-25 20:37:06 +0800 |
commit | 88b8514cbee490168da0d6c2fab4e5a8bb4a9c53 (patch) | |
tree | 491ff69a5c4126289e7b29bfdba1d6d67c923262 /security | |
parent | c3f34846641420270e02e4d0046d178b5fd7b18d (diff) | |
download | freebsd-ports-gnome-88b8514cbee490168da0d6c2fab4e5a8bb4a9c53.tar.gz freebsd-ports-gnome-88b8514cbee490168da0d6c2fab4e5a8bb4a9c53.tar.zst freebsd-ports-gnome-88b8514cbee490168da0d6c2fab4e5a8bb4a9c53.zip |
Fix build with Python != 2.7
Pointy hat: pi
Sponsored by: Absolight
Diffstat (limited to 'security')
-rw-r--r-- | security/py-fail2ban/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile index aec19797620b..9827d31186a9 100644 --- a/security/py-fail2ban/Makefile +++ b/security/py-fail2ban/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} OPTIONS_DEFINE= DOCS -USES= python shebangfix +USES= python:patch shebangfix USE_GITHUB= yes USE_PYTHON= autoplist distutils USE_RC_SUBR= fail2ban |