diff options
author | tron <tron@pkgsrc.org> | 2000-07-20 15:26:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-20 15:26:18 +0000 |
commit | 5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e (patch) | |
tree | 0b4f0b7690aed61930d67fa1f72ada8c7ae78271 /misc | |
parent | 92c0be7010e3e31680bc5a62ab387270c3447311 (diff) | |
download | pkgsrc-5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e.tar.gz |
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-readline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-readline/Makefile b/misc/py-readline/Makefile index f396ad45a32..f1e784b66a5 100644 --- a/misc/py-readline/Makefile +++ b/misc/py-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:12 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2000/07/20 15:30:08 tron Exp $ # DISTNAME= py152 @@ -12,7 +12,7 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/doc/tut/interacting.html DEPENDS+= python-1.5.2:../../lang/python -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline DIST_SUBDIR= python ALL_TARGET= default |