diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-14 06:55:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-14 06:55:16 +0000 |
commit | 6f3635431992c8558e300aeebfc2107eb2b2acce (patch) | |
tree | 825ca012a6392a87620fc7628bcbf305113ff46b /comms/minicom/Makefile | |
parent | 6a3220731977a356438a7577a14f401f07e2c021 (diff) | |
download | ports-6f3635431992c8558e300aeebfc2107eb2b2acce.tar.gz ports-6f3635431992c8558e300aeebfc2107eb2b2acce.zip |
Notes
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index b541d219d2f5..a6ff79cc4021 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,7 +4,7 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.14 1998/08/11 10:29:56 obrien Exp $ +# $Id: Makefile,v 1.16 1998/12/14 03:14:49 obrien Exp $ # DISTNAME= ${PKGNAME}.src @@ -18,8 +18,7 @@ MASTER_SITE_SUBDIR= apps/serialcomm/dialout MAINTAINER= obrien@FreeBSD.org RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ - lsz:${PORTSDIR}/comms/lrzsz \ - kermit:${PORTSDIR}/comms/kermit + lsz:${PORTSDIR}/comms/lrzsz WRKSRC= ${WRKDIR}/${PKGNAME}/src #USE_GMAKE= "for ``po'' dir stuff" |