diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-07 05:16:39 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-07 05:16:39 +0000 |
commit | f8363e87f7123505e22e908848dad895f94d7f25 (patch) | |
tree | f890354c67cba358c8c9aedcc9cfb4103850dfd1 /chat | |
parent | d90777545a423675ac1d0d8222c32185e2526051 (diff) | |
download | pkgsrc-f8363e87f7123505e22e908848dad895f94d7f25.tar.gz |
Fix a few more paste-o's.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/kicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/kicq/Makefile b/chat/kicq/Makefile index dd5c3d14fc9..be8fe3d6635 100644 --- a/chat/kicq/Makefile +++ b/chat/kicq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/05 09:00:54 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/07 05:16:40 fredb Exp $ DISTNAME= kicq-1.0.0 CATEGORIES= chat kde @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kicq/} MAINTAINER= magick@bundy.lip.owl.de HOMEPAGE= http://kicq.sourceforge.net/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= icqlib>=1.0.0:../../chat/icqlib DEPENDS+= kdebase-1.1.2:../../x11/kdebase |