summaryrefslogtreecommitdiff
path: root/security/sshfp
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-17 23:11:27 +0000
committerwiz <wiz>2014-01-17 23:11:27 +0000
commit5eb3dce0fec32f19c928f4e76156e78a22e689ed (patch)
tree2b17dfef71f35b59e5df28ab39772f5cedd6261a /security/sshfp
parent8bb58dd8f8c4143e88e4266cb7c0b1a5d2d45400 (diff)
downloadpkgsrc-5eb3dce0fec32f19c928f4e76156e78a22e689ed.tar.gz
Convert to versioned_dependencies.mk (for dns)
Diffstat (limited to 'security/sshfp')
-rw-r--r--security/sshfp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sshfp/Makefile b/security/sshfp/Makefile
index 2dfc6c2faee..678f8ae7020 100644
--- a/security/sshfp/Makefile
+++ b/security/sshfp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/23 18:16:59 asau Exp $
+# $NetBSD: Makefile,v 1.8 2014/01/17 23:11:28 wiz Exp $
DISTNAME= sshfp-1.1.3
PKGREVISION= 3
@@ -10,12 +10,12 @@ HOMEPAGE= http://www.xelerance.com/software/sshfp/
COMMENT= Print ssh host key fingerprint resource records
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
+PYTHON_VERSIONED_DEPENDENCIES= dns
MANCOMPRESSED= yes
NO_BUILD= yes
PYTHON_PATCH_SCRIPTS= sshfp
.include "../../lang/python/application.mk"
-
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"