diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
commit | f28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch) | |
tree | 90d1cb3f6a475cff114d10d1718e8a277c726a87 /mail/cone | |
parent | 0e158d3730bbc27bae25e16aa56d838a99160593 (diff) | |
download | ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.tar.gz ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.zip |
Notes
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 4 |
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) |