summaryrefslogtreecommitdiff
path: root/security/py-m2crypto
diff options
context:
space:
mode:
authordrochner <drochner>2003-08-01 14:00:07 +0000
committerdrochner <drochner>2003-08-01 14:00:07 +0000
commit53963c41a8c1bfe882c67061aa0c3dc7d846d613 (patch)
tree071a0dda6809a7bd79436f83a5d3a6977cb1a77e /security/py-m2crypto
parent7aac7452d77f986f72b2db7a89f5e2a15f2e350b (diff)
downloadpkgsrc-53963c41a8c1bfe882c67061aa0c3dc7d846d613.tar.gz
don't depend on "swig-python" - this is only needed under certain circumstances
explained in the "Advanced Topics" part of the SWIG documentation (as currently built - w/o python version dependency, it is broken anyway) we just need a build dependency on swig-build
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r--security/py-m2crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index adb3acf3ed2..cdc934f5a45 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/25 15:58:19 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2003/08/01 14:00:07 drochner Exp $
#
DISTNAME= m2crypto-0.11
@@ -17,6 +17,6 @@ PYTHON_VERSIONS_ACCEPTED= 22pth 21pth
USE_OPENSSL_VERSION= OPENSSL_VERSION_097B
.include "../../lang/python/extension.mk"
-.include "../../devel/swig-python/buildlink2.mk"
+.include "../../devel/swig-build/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"