diff options
author | jmc <jmc@pkgsrc.org> | 2003-09-18 04:17:12 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-09-18 04:17:12 +0000 |
commit | 1e1df8953328dc606224283fbb1b3701fab7d76a (patch) | |
tree | 08d691da9039747e9b6bb6b345dac7f4cb2a615f /security/py-cryptkit | |
parent | 79d29b68a581e80bf1fdfd7c47372fe584afc053 (diff) | |
download | pkgsrc-1e1df8953328dc606224283fbb1b3701fab7d76a.tar.gz |
Needs USE_BUILDLINK2 to get dependency on python correctly
Diffstat (limited to 'security/py-cryptkit')
-rw-r--r-- | security/py-cryptkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index d33bf3dbb95..33255aa8b39 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:20:30 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/18 04:17:12 jmc Exp $ DISTNAME= cryptkit-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,7 @@ COMMENT= Python Cryptographic Toolkit PYBINMODULE= yes PYDISTUTILSPKG= yes +USE_BUILDLINK2= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |