diff options
author | recht <recht@pkgsrc.org> | 2005-07-03 19:49:06 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-07-03 19:49:06 +0000 |
commit | 8fea9ce29c15894c97a0647c09a7aee1a4b1dd36 (patch) | |
tree | 5cc079d9ee7f2590833b81ec5f042735316b24b6 /lang/python23-pth | |
parent | 3454dd63f566eec52754ff4544b1e47719b6f97d (diff) | |
download | pkgsrc-8fea9ce29c15894c97a0647c09a7aee1a4b1dd36.tar.gz |
Add devel/gettext-lib as dependency to avoid problems with the locale module not being built.
- fix suggested by Simon Kuhn in PR 29735
Add a patch from Antoine Reilles submitted in PR 30466 to fix the buid of some modules on OS X 10.4.
Bump PKGREVISION
Diffstat (limited to 'lang/python23-pth')
-rw-r--r-- | lang/python23-pth/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index d7b4fe35d08..8ac241913a4 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:16 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/07/03 19:49:06 recht Exp $ # -DISTNAME= Python-2.3.4 -PKGNAME= python23-pth-2.3.4 -PKGREVISION= 3 +DISTNAME= Python-2.3.5 +PKGNAME= python23-pth-2.3.5 CATEGORIES= lang python MASTER_SITES= # empty DISTFILES= # empty |