aboutsummaryrefslogtreecommitdiff
path: root/mail/cone
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:05:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:05:49 +0000
commitf28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch)
tree90d1cb3f6a475cff114d10d1718e8a277c726a87 /mail/cone
parent0e158d3730bbc27bae25e16aa56d838a99160593 (diff)
downloadports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.tar.gz
ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.zip
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225300
Diffstat (limited to 'mail/cone')
-rw-r--r--mail/cone/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile
index f4aad55f6e60..55d036509e07 100644
--- a/mail/cone/Makefile
+++ b/mail/cone/Makefile
@@ -41,10 +41,6 @@ INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 502010
-IGNORE= not supported on FreeBSD versions before 5.2.1-RELEASE
-.endif
-
.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106)
CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED
.elif exists(${LOCALBASE}/include/ncurses/ncurses.h) || defined(WITH_NCURSESW)