svn commit: r408183 - head/net/shmux

John Marino marino at FreeBSD.org
Fri Feb 5 13:09:56 UTC 2016


Author: marino
Date: Fri Feb  5 13:09:54 2016
New Revision: 408183
URL: https://svnweb.freebsd.org/changeset/ports/408183

Log:
  net/shmux: USES+= ncurses

Modified:
  head/net/shmux/Makefile

Modified: head/net/shmux/Makefile
==============================================================================
--- head/net/shmux/Makefile	Fri Feb  5 13:08:59 2016	(r408182)
+++ head/net/shmux/Makefile	Fri Feb  5 13:09:54 2016	(r408183)
@@ -13,7 +13,7 @@ COMMENT=	Utility to run commands on mult
 LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/examples
 


More information about the svn-ports-all mailing list