summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-30 18:03:46 +0000
committerwiz <wiz@pkgsrc.org>2016-06-30 18:03:46 +0000
commit803b280bdeca96ec979849f95a4f232fb8bf08d5 (patch)
treee9b14db5267dd3f49c99098ab1ddfb01c15eafd2 /security
parent6a461675887819b7733eb287d8d55c91f67a017a (diff)
downloadpkgsrc-803b280bdeca96ec979849f95a4f232fb8bf08d5.tar.gz
Switch to direct py-dns dependency.
py-dns now supports all python versions, so versioned_dependencies is not needed any longer.
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"