diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 19:39:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 19:39:58 +0800 |
commit | f08c73bb11580bb6247e70493cdf113c12b07d83 (patch) | |
tree | 1b448f7d83b89075732485d2ca6a7fcb97808c7a /editors/le | |
parent | 3a69208c59336bd3cfea5fae22ba0920dd0063a1 (diff) | |
download | freebsd-ports-gnome-f08c73bb11580bb6247e70493cdf113c12b07d83.tar.gz freebsd-ports-gnome-f08c73bb11580bb6247e70493cdf113c12b07d83.tar.zst freebsd-ports-gnome-f08c73bb11580bb6247e70493cdf113c12b07d83.zip |
editors/le: document ncurses requirement (USES+=ncurses)
Also, add -I${LOCALBASE}/include to cflags to find ncurses headers
when ports ncurses is used.
approved by: infrastructure blanket
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index f1c67a817617..a61c151d11ed 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -14,8 +14,9 @@ COMMENT= Text editor with block and binary operations LICENSE= GPLv3 -USES= tar:bzip2 +USES= ncurses tar:bzip2 GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes |