diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 14:42:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 14:42:51 +0000 |
commit | 653cfdaeb585c10027df52b14c7705ef17b28e7b (patch) | |
tree | 98175ac15e2aa1492b4a190584239e1fe0d1e59d /lang/python23/Makefile | |
parent | 1588a68e9f90ef56a9baf4c70bc7cfa111391424 (diff) | |
download | pkgsrc-653cfdaeb585c10027df52b14c7705ef17b28e7b.tar.gz |
Always build depend on readline, so that devel/py-readline can pick up
the right config. Bump revision.
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r-- | lang/python23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index c7d36f97b00..b74a5643c39 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2008/01/18 05:06:45 tnn Exp $ +# $NetBSD: Makefile,v 1.39 2008/07/14 14:42:51 joerg Exp $ # PKGNAME= python23-2.3.5 -PKGREVISION= 10 +PKGREVISION= 11 CONFLICTS+= python-[0-9]* |