diff options
Diffstat (limited to 'comms/minicom/Makefile')
-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 |