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 | |
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
-rw-r--r-- | games/cake/Makefile | 2 | ||||
-rw-r--r-- | net/opensips/Makefile | 2 | ||||
-rw-r--r-- | net/widentd/Makefile | 2 | ||||
-rw-r--r-- | net/wizd/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile index 9af1a633e649..f3058109f203 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -13,7 +13,7 @@ COMMENT= Quake3 map viewer (and powerful 3D game engine) LICENSE= GPLv2 -USES= gmake jpeg zip +USES= gmake jpeg ncurses zip USE_GL= glut USE_XORG= x11 xext xmu xt xi sm ice diff --git a/net/opensips/Makefile b/net/opensips/Makefile index b745467d2de7..c16c3015381d 100644 --- a/net/opensips/Makefile +++ b/net/opensips/Makefile @@ -42,7 +42,7 @@ DOCSDIR= share/doc/opensips USE_RC_SUBR= opensips -USES= gmake perl5 pkgconfig shebangfix ssl +USES= gmake ncurses perl5 pkgconfig shebangfix ssl USE_GCC= yes NOPRECIOUSMAKEVARS= yes diff --git a/net/widentd/Makefile b/net/widentd/Makefile index fc8309a29471..8ee192f236a4 100644 --- a/net/widentd/Makefile +++ b/net/widentd/Makefile @@ -11,7 +11,7 @@ COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply LICENSE= BSD3CLAUSE -USES= uidfix tar:xz +USES= ncurses uidfix tar:xz MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MAKE_ENV+= NO_WERROR="defined" 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: |