diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-24 08:51:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-24 08:51:54 +0000 |
commit | aee5a66b69cc479a5ddaeff4d1275f2aa7115fa3 (patch) | |
tree | 5b1e17c4fa5a0b5450512c731f4ed478bcedbbdb /comms/minicom/Makefile | |
parent | 2865003265a2e972c75b0af415448e8e5e33d639 (diff) | |
download | ports-aee5a66b69cc479a5ddaeff4d1275f2aa7115fa3.tar.gz ports-aee5a66b69cc479a5ddaeff4d1275f2aa7115fa3.zip |
Notes
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 72381e67df05..601f737266cf 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,9 +1,10 @@ +# ex:ts=8 # New ports collection makefile for: minicom # Version required: 1.74 # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.5 1996/11/17 03:01:06 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/18 10:35:07 asami Exp $ # DISTNAME= minicom-1.75 @@ -13,8 +14,8 @@ MASTER_SITE_SUBDIR= apps/comm MAINTAINER= obrien@cs.ucdavis.edu -RUN_DEPENDS= rz:${PORTSDIR}/comms/rzsz \ - sz:${PORTSDIR}/comms/rzsz \ +RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ + lsz:${PORTSDIR}/comms/lrzsz \ kermit:${PORTSDIR}/comms/kermit WRKSRC= ${WRKDIR}/${PKGNAME}/src |