aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-07 18:34:48 +0800
committermarino <marino@FreeBSD.org>2016-02-07 18:34:48 +0800
commitfee43e779d575564c50c82cd32728ab00e1463fc (patch)
tree914bb84cb5134f379eb20e3c6db49a836984bf3f /deskutils
parentedee6d52c9b6d925abafc6a2a0cf86a48cb3c1e7 (diff)
downloadfreebsd-ports-gnome-fee43e779d575564c50c82cd32728ab00e1463fc.tar.gz
freebsd-ports-gnome-fee43e779d575564c50c82cd32728ab00e1463fc.tar.zst
freebsd-ports-gnome-fee43e779d575564c50c82cd32728ab00e1463fc.zip
deskutils/teapot: USES+= ncurses
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/teapot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile
index 511b7e9890b0..99f4b13f1f30 100644
--- a/deskutils/teapot/Makefile
+++ b/deskutils/teapot/Makefile
@@ -15,7 +15,7 @@ COMMENT= Full-screen curses based spread sheet program
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.