diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-20 21:00:58 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-20 21:00:58 +0000 |
commit | 736c10ccc85e0168c51e6492369a9922f569a4a2 (patch) | |
tree | 4791645ea6d60c8af244c31874251833307d9147 /misc/delay | |
parent | 46ec7353723e0d94bc9dc797462429430acd05a9 (diff) | |
download | ports-736c10ccc85e0168c51e6492369a9922f569a4a2.tar.gz ports-736c10ccc85e0168c51e6492369a9922f569a4a2.zip |
Notes
Diffstat (limited to 'misc/delay')
-rw-r--r-- | misc/delay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/delay/Makefile b/misc/delay/Makefile index 5da7b55a8a13..114045d93106 100644 --- a/misc/delay/Makefile +++ b/misc/delay/Makefile @@ -12,6 +12,7 @@ COMMENT= Delay program with feedback to the user USES= ncurses GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_header_curses_h=yes PLIST_FILES= bin/delay man/man1/delay.1.gz |