diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
commit | 9cd91f3661df9f46ca39be6084af2ed107b5a0f8 (patch) | |
tree | 466904dc6113c3a4d0ee136e25eaf90a2646b833 /news | |
parent | 3daaa39f729e817dc3d0849b7af83ab884ecc936 (diff) | |
download | freebsd-ports-gnome-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.tar.gz freebsd-ports-gnome-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.tar.zst freebsd-ports-gnome-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.zip |
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 7 |
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 \ |