diff options
author | tron <tron@pkgsrc.org> | 2000-02-01 09:44:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-01 09:44:29 +0000 |
commit | 560aaabdb4862ffe793dbe0a56de559bd85dfec7 (patch) | |
tree | 10641a167a138e9b07b2ac8a417cd138e9fab932 /net | |
parent | 4eb5e8ac6f755f486d4cade5e29c5176074d4f57 (diff) | |
download | pkgsrc-560aaabdb4862ffe793dbe0a56de559bd85dfec7.tar.gz |
Use wildcard dependence for "ircII" package.
Diffstat (limited to 'net')
-rw-r--r-- | net/tkirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tkirc/Makefile b/net/tkirc/Makefile index f67100e96f1..45c07c89d71 100644 --- a/net/tkirc/Makefile +++ b/net/tkirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/08/23 16:27:48 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/02/01 09:44:29 tron Exp $ DISTNAME= tkirc1.202 PKGNAME= tkirc-1.202 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.north.de/~atte/tkirc/ -DEPENDS+= ircII-4.4L:../../net/ircII +DEPENDS+= ircII-*:../../net/ircII DEPENDS+= tk-8.0.5:../../x11/tk80 USE_X11= yes |