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 /x11/tkcron | |
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 'x11/tkcron')
-rw-r--r-- | x11/tkcron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tkcron/Makefile b/x11/tkcron/Makefile index 1a661c104ac..46117436e23 100644 --- a/x11/tkcron/Makefile +++ b/x11/tkcron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/10/15 19:51:08 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/11/19 15:40:47 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/22 20:10:39 jseger Exp # @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tcl.gz MAINTAINER= sander@haldjas.folklore.ee -RUN_DEPENDS= wish8.0:../../x11/tk80 +DEPENDS+= tk-8.0p2:../../x11/tk80 EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd |