aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsviz
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-02-12 04:30:39 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-02-12 04:30:39 +0000
commita25686563300bad16bd39e9669745bf5bb122b4a (patch)
tree5651b70e8e2535fdf4a2ffa536944a414e1eb91f /dns/dnsviz
parent1f10ca44d7553dc1aeacd121885dc84f695327c0 (diff)
downloadports-a25686563300bad16bd39e9669745bf5bb122b4a.tar.gz
ports-a25686563300bad16bd39e9669745bf5bb122b4a.zip
dns/dnsviz: add missing dependency, set NO_ARCH
Submitted by: Casey Deccio <casey@deccio.net>
Notes
Notes: svn path=/head/; revision=492749
Diffstat (limited to 'dns/dnsviz')
-rw-r--r--dns/dnsviz/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/dnsviz/Makefile b/dns/dnsviz/Makefile
index 67c46c5283c2..c9f27117361e 100644
--- a/dns/dnsviz/Makefile
+++ b/dns/dnsviz/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dnsviz
PORTVERSION= 0.8.1
+PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= dns
@@ -12,12 +13,14 @@ LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.1:graphics/py-pygraphviz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}m2crypto>=0.24.0:security/py-m2crypto@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dnspython>=1.11.0:dns/py-dnspython@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.11.0:dns/py-dnspython@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}libnacl>=1.5.2:security/py-libnacl@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils concurrent optsuffix
USE_GITHUB= yes
PYDISTUTILS_INSTALLNOSINGLE= yes
+NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py