diff options
author | marino <marino@FreeBSD.org> | 2016-02-06 00:42:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-06 00:42:46 +0800 |
commit | dc887a763aa1b7be51eabb64effaf4dd3d468a13 (patch) | |
tree | b74f298b5e4d16b9cd1f28e5302aa2e4abea0afc /japanese | |
parent | 6f1db72f74f54b9a4f8bf1d8eea3733e3cb70a2a (diff) | |
download | freebsd-ports-gnome-dc887a763aa1b7be51eabb64effaf4dd3d468a13.tar.gz freebsd-ports-gnome-dc887a763aa1b7be51eabb64effaf4dd3d468a13.tar.zst freebsd-ports-gnome-dc887a763aa1b7be51eabb64effaf4dd3d468a13.zip |
japanese/lynx(-current): document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lynx-current/Makefile | 2 | ||||
-rw-r--r-- | japanese/lynx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/lynx-current/Makefile b/japanese/lynx-current/Makefile index 995cd7c613fe..fa930037d3a0 100644 --- a/japanese/lynx-current/Makefile +++ b/japanese/lynx-current/Makefile @@ -18,7 +18,7 @@ MINOR_VERSION= dev.3 CONFLICTS= lynx-2.* ja-lynx-2.8.7.* WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g} -USES= cpe shebangfix tar:bzip2 +USES= cpe ncurses shebangfix tar:bzip2 SHEBANG_FILES= samples/mailto-form.pl MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index 7df173faa80c..162d33b9ee61 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -18,7 +18,7 @@ MINOR_VERSION= rel.1 CONFLICTS= lynx-2.* ja-lynx-2.8.8.* -USES= cpe shebangfix tar:bzip2 +USES= cpe ncurses shebangfix tar:bzip2 SHEBANG_FILES= samples/mailto-form.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ |