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-nth | |
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-nth')
-rw-r--r-- | lang/python23-nth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python23-nth/Makefile b/lang/python23-nth/Makefile index 29cc8462526..4b581ca4aa1 100644 --- a/lang/python23-nth/Makefile +++ b/lang/python23-nth/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/02/15 12:25:07 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2005/07/03 19:49:06 recht Exp $ # PKGNAME= python23-nth-2.3.5 +PKGREVISION= 1 CONFLICTS+= python-[0-9]* |