diff options
author | uebayasi <uebayasi> | 2003-05-12 12:03:12 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-05-12 12:03:12 +0000 |
commit | abde079d09ca119823b59488fd2aca794d5e8005 (patch) | |
tree | a1d9526dbfbb96570bb7872625755912936eafd0 /chat/centericq/Makefile | |
parent | bcfff31a363850e662156964da9bfac9abdd605c (diff) | |
download | pkgsrc-abde079d09ca119823b59488fd2aca794d5e8005.tar.gz |
A Perl script needs REPLACE_PERL; PR21548 by Juan RP <jrp at hispabsd
dot org>.
Diffstat (limited to 'chat/centericq/Makefile')
-rw-r--r-- | chat/centericq/Makefile | 8 |
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" |