aboutsummaryrefslogtreecommitdiffstats
path: root/news/tin
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-03-02 22:56:37 +0800
committerpav <pav@FreeBSD.org>2012-03-02 22:56:37 +0800
commit695efea0ec6d8f58c0418314007f4d5248b66aaf (patch)
tree5b7c1c08829036ce9e4f2f103d6c1c6ce1f25ce2 /news/tin
parent29330e7c69f0413b170fb891a108ed00eac3c41f (diff)
downloadfreebsd-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 'news/tin')
-rw-r--r--news/tin/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 5f6b91a10c93..36a4716a6937 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -34,6 +34,7 @@ USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
TIN_EDITOR?= /usr/bin/ee
+TIN_SCREEN?= ncursesw
OPTIONS= GNUPG "Enable message signing via GnuPG" On \
ISPELL "Enable spell checking via ispell" On \
@@ -43,12 +44,6 @@ OPTIONS= GNUPG "Enable message signing via GnuPG" On \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 602107 || (${OSVERSION} >= 700000 && ${OSVERSION} < 700033)
-TIN_SCREEN?= ncurses
-.else
-TIN_SCREEN?= ncursesw
-.endif
-
# --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii
# national environment.
CONFIGURE_ARGS+=--with-nntp-default-server=news \