diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-03 21:50:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-03 21:50:29 +0000 |
commit | a459738171be2b5f77c92bf49ee4088e8afe7fe3 (patch) | |
tree | c890a060995a62c1c8da460e206d8dd82a8e4eda /shells/flash | |
parent | 7fec621c3398356c86aa2d2dea63d3706bcc5028 (diff) | |
download | ports-a459738171be2b5f77c92bf49ee4088e8afe7fe3.tar.gz ports-a459738171be2b5f77c92bf49ee4088e8afe7fe3.zip |
Notes
Diffstat (limited to 'shells/flash')
-rw-r--r-- | shells/flash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile index 6914f243a605..859c11635a6b 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.sourcefiles.org/Shells/ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses-based restriction shell -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes LDFLAGS+= -rdynamic CFLAGS+= -rdynamic |