diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-17 23:11:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-17 23:11:27 +0000 |
commit | 245be30af0c54346197ebbd74d662034ddb1102c (patch) | |
tree | 2b17dfef71f35b59e5df28ab39772f5cedd6261a /security/sshfp | |
parent | 5027b0747ea6bd118181a5cf43adba82629622e6 (diff) | |
download | pkgsrc-245be30af0c54346197ebbd74d662034ddb1102c.tar.gz |
Convert to versioned_dependencies.mk (for dns)
Diffstat (limited to 'security/sshfp')
-rw-r--r-- | security/sshfp/Makefile | 6 |
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" |