summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-07-23 01:17:42 +0000
committergdt <gdt@pkgsrc.org>2010-07-23 01:17:42 +0000
commit270a0e09682d3461b16c1e69e8da84795a84a382 (patch)
tree65841c5f23c53d8d2a84c9d9dc91efec40beadd1
parent296e3bf54746ac6822d856b1b2f47f93a9bf6d3a (diff)
downloadpkgsrc-270a0e09682d3461b16c1e69e8da84795a84a382.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/Makefile6
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"