diff options
author | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
commit | 2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /net | |
parent | 1865bbdb5bd94b772305d24c405e38f57a3f919a (diff) | |
download | pkgsrc-2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'net')
-rw-r--r-- | net/tkirc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tkirc/Makefile b/net/tkirc/Makefile index f46f43fc1d0..7582fadd497 100644 --- a/net/tkirc/Makefile +++ b/net/tkirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:38 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/11/19 15:40:48 agc Exp $ DISTNAME= tkirc1.202 PKGNAME= tkirc-1.202 @@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.north.de/~atte/tkirc/ -RUN_DEPENDS= irc:../../net/ircII \ - wish8.0:../../x11/tk80 +DEPENDS+= ircII-4.4:../../net/ircII +DEPENDS+= tk-8.0p2:../../x11/tk80 NO_CONFIGURE= yes NO_BUILD= yes |