aboutsummaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-03-02 14:56:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-03-02 14:56:37 +0000
commit9cd91f3661df9f46ca39be6084af2ed107b5a0f8 (patch)
tree466904dc6113c3a4d0ee136e25eaf90a2646b833 /www/lynx
parent3daaa39f729e817dc3d0849b7af83ab884ecc936 (diff)
downloadports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.tar.gz
ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.zip
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=292531
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile7
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 '