pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-enchant Fix dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d4d889d756b
branches:  trunk
changeset: 576241:1d4d889d756b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 04 22:20:49 2010 +0000

description:
Fix dependency

diffstat:

 textproc/py-enchant/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r aa0a4524d848 -r 1d4d889d756b textproc/py-enchant/Makefile
--- a/textproc/py-enchant/Makefile      Fri Jun 04 21:23:02 2010 +0000
+++ b/textproc/py-enchant/Makefile      Fri Jun 04 22:20:49 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/06/01 05:28:11 obache Exp $
+# $NetBSD: Makefile,v 1.4 2010/06/04 22:20:49 joerg Exp $
 #
 
 DISTNAME=      pyenchant-1.6.2
@@ -16,7 +16,7 @@
 .include "../../lang/python/pyversion.mk"
 
 .if ${PYPACKAGE} && ${PYPACKAGE} == "python24"
-DEPENDS+=      ${PYPKGPREFIX}-ctype-[0-9]*:../../devel/py-ctype
+DEPENDS+=      ${PYPKGPREFIX}-ctypes-[0-9]*:../../devel/py-ctypes
 .endif
 DEPENDS+=      enchant-[0-9]*:../../textproc/enchant
 



Home | Main Index | Thread Index | Old Index