summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-05-12 12:03:12 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-05-12 12:03:12 +0000
commit6b157734466faa02ae87319f1b91453451d27221 (patch)
treea1d9526dbfbb96570bb7872625755912936eafd0 /chat
parent282d6afa75588cf5f2120d79be5bc564f64a1229 (diff)
downloadpkgsrc-6b157734466faa02ae87319f1b91453451d27221.tar.gz
A Perl script needs REPLACE_PERL; PR21548 by Juan RP <jrp at hispabsd
dot org>.
Diffstat (limited to 'chat')
-rw-r--r--chat/centericq/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index 2fb130ae8e3..c450f67d324 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2003/05/02 11:53:59 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2003/05/12 12:03:12 uebayasi Exp $
#
DISTNAME= centericq-4.9.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= http://konst.org.ua/download/
@@ -17,11 +17,15 @@ USE_CXX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
LIBS= ${LDFLAGS}
+USE_PERL5= run
+
+REPLACE_PERL= ${WRKSRC}/misc/cicqconf
.include "../../devel/glib/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
.include "../../lang/gcc/buildlink2.mk"
+.include "../../lang/perl5/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"