Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 17:03:18 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420715 - head/sysutils/ah-tty
Message-ID:  <201608231703.u7NH3Itf072674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Aug 23 17:03:17 2016
New Revision: 420715
URL: https://svnweb.freebsd.org/changeset/ports/420715

Log:
  sysutils/ah-tty: document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/sysutils/ah-tty/Makefile

Modified: head/sysutils/ah-tty/Makefile
==============================================================================
--- head/sysutils/ah-tty/Makefile	Tue Aug 23 16:56:41 2016	(r420714)
+++ head/sysutils/ah-tty/Makefile	Tue Aug 23 17:03:17 2016	(r420715)
@@ -3,12 +3,14 @@
 
 PORTNAME=	ah-tty
 PORTVERSION=	0.3.12
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
 MAINTAINER=	mich@FreeBSD.org
 COMMENT=	Ah-tty is an automatic helper for command prompts and shells
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231703.u7NH3Itf072674>