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++.
This commit is contained in:
gdt 2010-07-23 01:17:42 +00:00
parent 296e3bf547
commit 270a0e0968

View file

@ -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"