svn commit: r408364 - head/deskutils/teapot

John Marino marino at FreeBSD.org
Sun Feb 7 10:34:49 UTC 2016


Author: marino
Date: Sun Feb  7 10:34:48 2016
New Revision: 408364
URL: https://svnweb.freebsd.org/changeset/ports/408364

Log:
  deskutils/teapot: USES+= ncurses

Modified:
  head/deskutils/teapot/Makefile

Modified: head/deskutils/teapot/Makefile
==============================================================================
--- head/deskutils/teapot/Makefile	Sun Feb  7 10:34:04 2016	(r408363)
+++ head/deskutils/teapot/Makefile	Sun Feb  7 10:34:48 2016	(r408364)
@@ -15,7 +15,7 @@ COMMENT=	Full-screen curses based spread
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake
+USES=		cmake ncurses
 
 # We download the prebuilt binary tarball for Linux in order to avoid
 # having to generate the pdf and html docs from the LyX sourcecode.


More information about the svn-ports-all mailing list