summaryrefslogtreecommitdiff
path: root/chat/centericq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/centericq/Makefile')
-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"