diff options
Diffstat (limited to 'misc/deco')
-rw-r--r-- | misc/deco/Makefile | 3 |
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> |