diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-12-05 11:53:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-12-05 11:53:15 +0000 |
commit | 46b12e63ce0587f3e08dae7d0b6fcbd998bc11e3 (patch) | |
tree | bce51804f99df50d3b4266230329782ed4a70dbf | |
parent | 8d0a0c662d493a9938718902a36d017b60a2fc8b (diff) |
Notes
-rw-r--r-- | devel/ncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 38485582a9b2..8e076da67cd2 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -39,7 +39,7 @@ TRACE_DESC= Add trace() function to all models of ncurses CONFIGURE_ENV= gnat_exists="no" USE_LDCONFIG= yes -USES= shebangfix terminfo +USES= pkgconfig shebangfix terminfo SHEBANG_FILES= test/tracemunch WIDEC_WRKSRC= ${WRKSRC}/build.widec |