diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 14:56:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 14:56:37 +0000 |
commit | 9cd91f3661df9f46ca39be6084af2ed107b5a0f8 (patch) | |
tree | 466904dc6113c3a4d0ee136e25eaf90a2646b833 /www/lynx | |
parent | 3daaa39f729e817dc3d0849b7af83ab884ecc936 (diff) | |
download | ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.tar.gz ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.zip |
Notes
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 06444831f86c..8a94f282d078 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ --enable-nested-tables --enable-gzip-help \ + --with-screen=ncursesw MAKE_JOBS_UNSAFE= yes @@ -35,12 +36,6 @@ OPTIONS= SSL "SSL support" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 602107 || (${OSVERSION} >= 700000 && ${OSVERSION} < 700033) -CONFIGURE_ARGS+= --with-screen=ncurses -.else -CONFIGURE_ARGS+= --with-screen=ncursesw -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS='@comment ' |