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 /misc | |
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 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 3 | ||||
-rw-r--r-- | misc/kp/Makefile | 4 | ||||
-rw-r--r-- | misc/xfinans/Makefile | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 626e148b550..0c80bfd7c21 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:12 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1998/11/19 15:40:46 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -10,7 +10,6 @@ MAINTAINER= oly@world.std.com HOMEPAGE= http://www.imada.ou.dk/~blackie/dotfile/ DEPENDS+= tk-8.0p2:../../x11/tk80 -RUN_DEPENDS= wish8.0:../../x11/tk80 # this pkg opens some X connectin IS_INTERACTIVE= yes diff --git a/misc/kp/Makefile b/misc/kp/Makefile index c142000b829..e54037e5b82 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/22 12:52:32 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/11/19 15:40:46 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ MAINTAINER= packages@netbsd.org -RUN_DEPENDS= wish8.0:../../x11/tk80 +DEPENDS= tk-8.0p2:../../x11/tk80 pre-configure: for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \ diff --git a/misc/xfinans/Makefile b/misc/xfinans/Makefile index bb7b5f69253..b8ef24310c5 100644 --- a/misc/xfinans/Makefile +++ b/misc/xfinans/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/08/27 13:46:00 garbled Exp $ +# $NetBSD: Makefile,v 1.6 1998/11/19 15:40:48 agc Exp $ # DISTNAME= xfinans-5.9 @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= apps/financial/accounting MAINTAINER= root@garbled.net HOMEPAGE= http://www.cs.auc.dk/~lupus/xfinans.html -RUN_DEPENDS= gnuplot:../../graphics/gnuplot +DEPENDS= gnuplot-3.5:../../graphics/gnuplot USE_IMAKE= yes |