summaryrefslogtreecommitdiff
path: root/security/sshfp
diff options
context:
space:
mode:
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"