summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/sshfp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sshfp/Makefile b/security/sshfp/Makefile
index f8c2b2499f3..bf753f9c542 100644
--- a/security/sshfp/Makefile
+++ b/security/sshfp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/17 16:10:48 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/06/30 18:03:46 wiz Exp $
DISTNAME= sshfp-1.1.3
PKGREVISION= 4
@@ -10,12 +10,11 @@ HOMEPAGE= http://www.xelerance.com/software/sshfp/
COMMENT= Print ssh host key fingerprint resource records
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONED_DEPENDENCIES= dns
+DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
MANCOMPRESSED= yes
NO_BUILD= yes
REPLACE_PYTHON= sshfp
.include "../../lang/python/application.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"