diff options
| author | nia <nia@pkgsrc.org> | 2022-10-19 14:25:18 +0000 |
|---|---|---|
| committer | nia <nia@pkgsrc.org> | 2022-10-19 14:25:18 +0000 |
| commit | 53ecc4d90157aa0c296143896d09d4020fbc23f0 (patch) | |
| tree | 91855cf21075376a24ce0cbd378987afd933e8fb /net/dnc | |
| parent | b63a4d4c6d13329b80405193f9f4395047d1c8dc (diff) | |
| download | pkgsrc-53ecc4d90157aa0c296143896d09d4020fbc23f0.tar.gz | |
fighting a losing battle against the py-cryptography rustification, part 5
Convert py-OpenSSL users to versioned_dependencies.mk
Diffstat (limited to 'net/dnc')
| -rw-r--r-- | net/dnc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dnc/Makefile b/net/dnc/Makefile index 60faf99a0c0..5d6d00a7419 100644 --- a/net/dnc/Makefile +++ b/net/dnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/09/11 16:46:59 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/10/19 14:25:18 nia Exp $ DISTNAME= dnc-0.2.0 PKGREVISION= 1 @@ -15,7 +15,6 @@ LICENSE= 2-clause-bsd USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns -DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-prettytable-[0-9]*:../../textproc/py-prettytable PYTHON_VERSIONS_INCOMPATIBLE= 27 @@ -33,4 +32,6 @@ do-install: ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../lang/python/application.mk" +PYTHON_VERSIONED_DEPENDENCIES+= OpenSSL +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |
