diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 21:36:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 21:36:50 +0800 |
commit | 49f0244efe31a91ecae30f64c907e6e451f71029 (patch) | |
tree | bc8b28f4af810827e82354d727b2235a7f47380b /net/wizd | |
parent | 9eba7c005328ef6564624f551938fb1f40e0a78b (diff) | |
download | freebsd-ports-gnome-49f0244efe31a91ecae30f64c907e6e451f71029.tar.gz freebsd-ports-gnome-49f0244efe31a91ecae30f64c907e6e451f71029.tar.zst freebsd-ports-gnome-49f0244efe31a91ecae30f64c907e6e451f71029.zip |
games/cake, net/(wident|wiz|opensips): Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'net/wizd')
-rw-r--r-- | net/wizd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wizd/Makefile b/net/wizd/Makefile index a62767956e9f..848c25584da6 100644 --- a/net/wizd/Makefile +++ b/net/wizd/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= nkf:japanese/nkf DOS2UNIX_FILES= Makefile nkfwrap/Makefile nkfwrap/nkfwrap_test.c \ wizd_http.c wizd_menu.c USE_RC_SUBR= wizd -USES= dos2unix jpeg zip +USES= dos2unix jpeg ncurses zip EXTRACT_AFTER_ARGS= -d ${WRKSRC} post-patch: |