pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/centerim This installs a python script, so add de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc051442531b
branches:  trunk
changeset: 589961:bc051442531b
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jun 19 18:05:30 2011 +0000

description:
This installs a python script, so add dependence on python and use
REPLACE_PYTHON on it. New deps, so PKGREVISION -> 5.

diffstat:

 chat/centerim/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 3e35b10488d8 -r bc051442531b chat/centerim/Makefile
--- a/chat/centerim/Makefile    Sun Jun 19 17:02:52 2011 +0000
+++ b/chat/centerim/Makefile    Sun Jun 19 18:05:30 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2011/04/22 13:43:05 obache Exp $
+# $NetBSD: Makefile,v 1.15 2011/06/19 18:05:30 dholland Exp $
 #
 
 DISTNAME=      centerim-4.22.9
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    chat
 MASTER_SITES=  http://www.centerim.org/download/releases/ \
                http://transacid.de/centerim/releases/
@@ -23,6 +23,7 @@
 LIBS+=                 ${LDFLAGS}
 
 REPLACE_PERL=          misc/cimconv
+REPLACE_PYTHON+=       misc/CenterIMLog2HTML.py
 
 INCOMPAT_CURSES+=      NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.[1-9]-*
 INCOMPAT_CURSES+=      NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-*
@@ -44,6 +45,7 @@
 GCC_REQD+=             3.0     # see PR 29185
 .endif
 
+.include "../../lang/python/application.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index