summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-06-19 18:05:30 +0000
committerdholland <dholland@pkgsrc.org>2011-06-19 18:05:30 +0000
commita14e50c020b7975b4abf3bacde72a6050de23e10 (patch)
tree58de5a59cdac63e0335dd3a30f58e4ce2837ebda /chat
parentd6911548e6302bf0b1ae16d914d16d789bdae57d (diff)
downloadpkgsrc-a14e50c020b7975b4abf3bacde72a6050de23e10.tar.gz
This installs a python script, so add dependence on python and use
REPLACE_PYTHON on it. New deps, so PKGREVISION -> 5.
Diffstat (limited to 'chat')
-rw-r--r--chat/centerim/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/centerim/Makefile b/chat/centerim/Makefile
index 3ca4863f968..dd9a6cdfc28 100644
--- a/chat/centerim/Makefile
+++ b/chat/centerim/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --with-ssl --with-openssl=${SSLBASE:Q}
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 @@ CPPFLAGS+= -DAUDIO_PLAYER="\"${SOX_PREFIX}/bin/play\""
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"