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/deco | |
parent | Add LV2 OPTION, remove MIDI OPTION, strip binary, fix build on 9.3 (diff) |
misc/deco: document ncurses requirement (USES+=ncurses)
Notes
Notes:
svn path=/head/; revision=407905
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> |