svn commit: r408180 - head/net/omnitty

John Marino marino at FreeBSD.org
Fri Feb 5 12:48:53 UTC 2016


Author: marino
Date: Fri Feb  5 12:48:51 2016
New Revision: 408180
URL: https://svnweb.freebsd.org/changeset/ports/408180

Log:
  net/omnitty: USES+= ncurses

Modified:
  head/net/omnitty/Makefile

Modified: head/net/omnitty/Makefile
==============================================================================
--- head/net/omnitty/Makefile	Fri Feb  5 12:47:48 2016	(r408179)
+++ head/net/omnitty/Makefile	Fri Feb  5 12:48:51 2016	(r408180)
@@ -12,7 +12,7 @@ COMMENT=	Curses-based SSH multiplexer
 
 LIB_DEPENDS=	librote.so:${PORTSDIR}/devel/rote
 
-USES=		gmake
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 LIBS+=		-lncurses
 


More information about the svn-ports-all mailing list