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 /comms | |
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 'comms')
-rw-r--r-- | comms/minicom/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index be2e19461f5..508ee524543 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/08/20 15:16:42 tsarna Exp $ +# $NetBSD: Makefile,v 1.10 1998/11/19 15:40:45 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -10,9 +10,8 @@ MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.clinet.fi/~walker/minicom.html -RUN_DEPENDS= lrz:../../comms/lrzsz \ - lsz:../../comms/lrzsz \ - kermit:../../comms/kermit +DEPENDS+= lrzsz-0.12.18:../../comms/lrzsz +DEPENDS+= kermit-6.0.192:../../comms/kermit WRKSRC= ${WRKDIR}/${PKGNAME}/src IS_INTERACTIVE= yes |