diff options
Diffstat (limited to 'security/py-cryptopp/Makefile')
-rw-r--r-- | security/py-cryptopp/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile index 8314e454068..20f7cf679bc 100644 --- a/security/py-cryptopp/Makefile +++ b/security/py-cryptopp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/07/23 01:17:42 gdt Exp $ +# $NetBSD: Makefile,v 1.3 2010/07/23 23:17:48 gdt Exp $ # DISTNAME= pycryptopp-0.5.19 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${PYPKGPREFIX}-cryptopp-0.5.19 CATEGORIES= security python MASTER_SITES= http://pypi.python.org/packages/source/p/pycryptopp/ @@ -15,7 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ -PYDISTUTILSPKG= yes - -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |