aboutsummaryrefslogtreecommitdiffstats
path: root/misc/deco
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-03 07:14:07 +0800
committermarino <marino@FreeBSD.org>2016-02-03 07:14:07 +0800
commita9225e98e1417d6ae126b2b32b4a54eacc78e0b6 (patch)
tree5c7775e951e65ca262ca4f2859c3b7637af4a974 /misc/deco
parent10436579d4e6f79466e4e7dafcf9f5dca4da5332 (diff)
downloadfreebsd-ports-gnome-a9225e98e1417d6ae126b2b32b4a54eacc78e0b6.tar.gz
freebsd-ports-gnome-a9225e98e1417d6ae126b2b32b4a54eacc78e0b6.tar.zst
freebsd-ports-gnome-a9225e98e1417d6ae126b2b32b4a54eacc78e0b6.zip
misc/deco: document ncurses requirement (USES+=ncurses)
Diffstat (limited to 'misc/deco')
-rw-r--r--misc/deco/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/deco/Makefile b/misc/deco/Makefile
index d453eab12874..06f11e4d0a6a 100644
--- a/misc/deco/Makefile
+++ b/misc/deco/Makefile
@@ -12,9 +12,8 @@ DISTNAME= deco39
MAINTAINER= ports@FreeBSD.org
COMMENT= Demos Commander, a free Norton Commander clone
-USES= tar:tgz
+USES= ncurses tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
-CONFIGURE_ENV= ac_cv_lib_ncurses_tgetent=no
.include <bsd.port.mk>