diff options
author | tnn <tnn@pkgsrc.org> | 2008-04-25 22:30:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-04-25 22:30:47 +0000 |
commit | 97822f1b10cf5dbde4ee30f60efe14f5630d7913 (patch) | |
tree | 2b6c4cd5f06291b1d56cbf1d23e9609046c70962 | |
parent | 29075003c4b553cc6efa802dd3a80e37ba0d482f (diff) | |
download | pkgsrc-97822f1b10cf5dbde4ee30f60efe14f5630d7913.tar.gz |
Fix DEPENDS for Python 2.5.
-rw-r--r-- | security/py-SSLCrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile index c1fb17ca667..f625d55896e 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/25 22:30:47 tnn Exp $ # DISTNAME= SSLCrypto-0.1.1 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freenet.org.nz/python/SSLCrypto/ COMMENT= Python bindings for openssl -DEPENDS+= py24-pyrex>=0.9.4.1:../../lang/py-pyrex +DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex PYTHON_VERSIONS_ACCEPTED= 25 24 |