summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgdt <gdt>2015-04-14 21:09:48 +0000
committergdt <gdt>2015-04-14 21:09:48 +0000
commita76b6b4c83f83bac0e5e2a16c63e8d61f17166b8 (patch)
treec2791161a33e7d4010eccb2a46ea002f60a41558 /security
parent1a4a06944210c4817d76188095a0f39e0554f34a (diff)
downloadpkgsrc-a76b6b4c83f83bac0e5e2a16c63e8d61f17166b8.tar.gz
Demote docs tools to BUILD_DEPENDS.
sphinx and numpy-doc are not needed at runtime.
Diffstat (limited to 'security')
-rw-r--r--security/fail2ban/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/fail2ban/Makefile b/security/fail2ban/Makefile
index 2cde184d244..b93d9dff081 100644
--- a/security/fail2ban/Makefile
+++ b/security/fail2ban/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2015/03/11 20:45:52 nils Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/14 21:09:48 gdt Exp $
#
DISTNAME= fail2ban-0.9.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= -https://github.com/fail2ban/fail2ban/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
EXTRACT_SUFX= .zip
@@ -13,8 +13,10 @@ COMMENT= Scans log files and bans IP that makes too many password failures
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
-DEPENDS+= ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
+BUILD_DEPENDS+= ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
+
USE_TOOLS+= make:build
USE_LANGUAGES= # none