summaryrefslogtreecommitdiff
path: root/news
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 /news
parent- Retire shells/tcsh_nls, is included in base system since FreeBSD 7.0-RELEASE (diff)
- 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 'news')
-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 \