diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-27 10:49:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-27 10:49:16 +0000 |
commit | d0b664c96aabfe27090dc616e9bb7c46f1207fc2 (patch) | |
tree | 6eeeae758120d222780f3c49feedd98cd980ab48 /chat/bitchx | |
parent | 1bcf64f99152413441866da5825c51449db57d48 (diff) | |
download | pkgsrc-d0b664c96aabfe27090dc616e9bb7c46f1207fc2.tar.gz |
Wildcard dependency on bzip2.
Diffstat (limited to 'chat/bitchx')
-rw-r--r-- | chat/bitchx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index a97f7a9097e..10cda9cfc9e 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/07/14 12:37:53 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/07/27 10:49:16 wiz Exp $ DISTNAME= ircii-pana-1.0c18 PKGNAME= bitchx-1.0.3.18 @@ -22,7 +22,7 @@ BUILDLINK_DEPENDS.ncurses= ncurses>=5.2 # find bunzip2 in the PATH. # .if !exists(/usr/bin/bunzip2) -DEPENDS+= bzip2-0.9.0b:../../archivers/bzip2 +DEPENDS+= bzip2>=0.9:../../archivers/bzip2 .endif # We don't need the CVS files, and if we don't delete them, they get |