diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 20:06:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 20:06:37 +0000 |
commit | 76b2ea2eb5d32ba9e6f6207ab348aa95ff0cf831 (patch) | |
tree | 5d28a943d501c3e9680d64ee63c82394e634865e | |
parent | 57646537b58670a2cddcb83061c66203e40b586a (diff) | |
download | pkgsrc-76b2ea2eb5d32ba9e6f6207ab348aa95ff0cf831.tar.gz |
Fix typo in version name.
-rw-r--r-- | devel/py-pexpect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pexpect/Makefile b/devel/py-pexpect/Makefile index 3c077b24d54..65a3a025cdb 100644 --- a/devel/py-pexpect/Makefile +++ b/devel/py-pexpect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/03 01:28:45 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/04 20:06:37 joerg Exp $ DISTNAME= pexpect-0.999 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ HOMEPAGE= http://pexpect.sourceforge.net/ COMMENT= Pure Python Expect-like module PYDISTUTILSPKG= yes -PYTHON_VERSION_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 NO_CONFIGURE= yes .include "../../lang/python/extension.mk" |