diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-29 08:08:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-29 08:08:53 +0000 |
commit | 72d48e9c1534a17fb8feea9ac5e64a653adc1f86 (patch) | |
tree | eab6988d16699790a6956779aaa691673794e457 /chat | |
parent | 3570383c49c3ee3ca6d7e1f4b489cdaa38c65c9e (diff) | |
download | pkgsrc-72d48e9c1534a17fb8feea9ac5e64a653adc1f86.tar.gz |
bl3ify, while here fix typo (DEPEND -> DEPENDS).
Diffstat (limited to 'chat')
-rw-r--r-- | chat/vicq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile index e19a7bf2472..899e2adbf1c 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:09:35 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/29 08:08:53 xtraeme Exp $ DISTNAME= vicq-0.4.1 PKGREVISION= 1 @@ -10,10 +10,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gonzo.kiev.ua/projects/vicq/ COMMENT= Simple icq client written in perl -DEPEND+= p5-Term-ReadLine>=1.11:../../devel/p5-Term-ReadLine +DEPENDS+= p5-Term-ReadLine>=1.11:../../devel/p5-Term-ReadLine WRKSRC= ${WRKDIR}/vicq -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES NO_BUILD= YES REPLACE_PERL= vicq |