diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-19 19:47:22 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-19 19:47:22 +0000 |
commit | 40a6888ae988097d03d2ce50436a6b01db51a13c (patch) | |
tree | 9d4d20601588753edb563b08062c1a6bde64e54b /editors | |
parent | f514a7b8f71dc2157cd5ff5f0f3a14d4e1bc02a4 (diff) | |
download | ports-40a6888ae988097d03d2ce50436a6b01db51a13c.tar.gz ports-40a6888ae988097d03d2ce50436a6b01db51a13c.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/chexedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index f3d796d6adb3..229a1968b5db 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_header_ncurses_h=yes PLIST_FILES= bin/chexedit \ man/man1/chexedit.1.gz |