pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-SSLCrypto Fix DEPENDS for Python 2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a70156c84751
branches:  trunk
changeset: 541804:a70156c84751
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 22:30:47 2008 +0000

description:
Fix DEPENDS for Python 2.5.

diffstat:

 security/py-SSLCrypto/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 05507e408d6c -r a70156c84751 security/py-SSLCrypto/Makefile
--- a/security/py-SSLCrypto/Makefile    Fri Apr 25 22:16:20 2008 +0000
+++ b/security/py-SSLCrypto/Makefile    Fri Apr 25 22:30:47 2008 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index