diff options
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index fe38c5a2b44d..25aa47c29256 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,11 +4,11 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.12 1997/11/26 23:20:45 jseger Exp $ +# $Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp $ # DISTNAME= ${PKGNAME}.src -PKGNAME= minicom-1.78 +PKGNAME= minicom-1.80 CATEGORIES= comms MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ @@ -19,6 +19,7 @@ RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ kermit:${PORTSDIR}/comms/kermit WRKSRC= ${WRKDIR}/${PKGNAME}/src +#USE_GMAKE= "for ``po'' dir stuff" MAN1= minicom.1 runscript.1 ascii-xfr.1 .if !defined(BATCH) |