diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-02 23:14:07 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-02 23:14:07 +0000 |
commit | 34e24c2adb982d71340e1e789904b091f47c4117 (patch) | |
tree | 5c7775e951e65ca262ca4f2859c3b7637af4a974 /misc | |
parent | 330ca71a8b04c836fc38e938c465a20cbf60da0b (diff) | |
download | ports-34e24c2adb982d71340e1e789904b091f47c4117.tar.gz ports-34e24c2adb982d71340e1e789904b091f47c4117.zip |
Notes
Diffstat (limited to 'misc')
-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> |