Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 10:34:48 +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: r408364 - head/deskutils/teapot
Message-ID:  <201602071034.u17AYmJP020525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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