diff options
author | pav <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
commit | 695efea0ec6d8f58c0418314007f4d5248b66aaf (patch) | |
tree | 5b7c1c08829036ce9e4f2f103d6c1c6ce1f25ce2 /www/lynx | |
parent | 29330e7c69f0413b170fb891a108ed00eac3c41f (diff) | |
download | freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.tar.gz freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.tar.zst freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.zip |
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
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 ' |