diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 16:42:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 16:42:46 +0000 |
commit | a223ae00dd8dcd18c924bb861f1828bab34cc14e (patch) | |
tree | b74f298b5e4d16b9cd1f28e5302aa2e4abea0afc /japanese | |
parent | d1dbcc3293d0afb10e3cccfeb4b60ebe9a424f5c (diff) | |
download | ports-a223ae00dd8dcd18c924bb861f1828bab34cc14e.tar.gz ports-a223ae00dd8dcd18c924bb861f1828bab34cc14e.zip |
Notes
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}" \ |