diff options
author | drochner <drochner> | 2011-01-18 12:06:57 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-01-18 12:06:57 +0000 |
commit | f1eda96888e6710f2ef6525685b82c18b627b36a (patch) | |
tree | 56269c061f34ad9fc57b7fc507b0d2bb313203e2 /security/py-crypto | |
parent | 2281b10904fae6cbdc5ebbc52ab7fd445d5bfc8d (diff) | |
download | pkgsrc-f1eda96888e6710f2ef6525685b82c18b627b36a.tar.gz |
add/fix mutual CONFLICT
Diffstat (limited to 'security/py-crypto')
-rw-r--r-- | security/py-crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index 0f7e99ace39..0fe56adb181 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/12/05 17:13:09 gls Exp $ +# $NetBSD: Makefile,v 1.21 2011/01/18 12:06:57 drochner Exp $ # DISTNAME= pycrypto-2.3 @@ -12,7 +12,7 @@ COMMENT= Cryptographic and hash functions for Python # mostly public domain, but a few bits are: LICENSE= python-software-foundation -CONFLICTS+= py-amkCrypto-[0-9]* +CONFLICTS+= ${PYPKGPREFIX}-amkCrypto-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |