diff options
author | gdt <gdt@pkgsrc.org> | 2010-07-23 01:17:42 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-07-23 01:17:42 +0000 |
commit | 76a5c7ffa5164e56be8c0ff9c983576a5ed35b9e (patch) | |
tree | 65841c5f23c53d8d2a84c9d9dc91efec40beadd1 | |
parent | bb96421a26b6212546507db9e60fe0a83e05f5a4 (diff) | |
download | pkgsrc-76a5c7ffa5164e56be8c0ff9c983576a5ed35b9e.tar.gz |
Don't bl3 against crypto++.
While one would expect a python wrapper for a library to link with the
library, this packages's source has files from crypto++, and it
doesn't try to link against the installed crypto++.
-rw-r--r-- | security/py-cryptopp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile index 5a2bccee7ae..8314e454068 100644 --- a/security/py-cryptopp/Makefile +++ b/security/py-cryptopp/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/07/22 19:39:41 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2010/07/23 01:17:42 gdt Exp $ # DISTNAME= pycryptopp-0.5.19 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-cryptopp-0.5.19 CATEGORIES= security python MASTER_SITES= http://pypi.python.org/packages/source/p/pycryptopp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tahoe-lafs.org/trac/pycryptopp -COMMENT= Python wrapper for crypto++ +COMMENT= Python wrapper for (and copy of parts of) crypto++ PKG_DESTDIR_SUPPORT= user-destdir @@ -17,5 +18,4 @@ USE_LANGUAGES= c c++ PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" -.include "../../security/crypto++/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |