From b54140949779bdf541fb7adc2813e0f5a33c8065 Mon Sep 17 00:00:00 2001 From: rafan Date: Fri, 6 Apr 2007 17:58:45 +0000 Subject: - Fix breakage after 602107 which includes ncursesw in the base Approved by: maintainer (implicit) --- mail/cone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/cone') diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 899bc4fd0d2a..fdf876b662ab 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -47,7 +47,7 @@ INSTALL_TARGET= install-strip IGNORE= not supported on FreeBSD versions before 5.2.1-RELEASE .endif -.if ${OSVERSION} > 700032 +.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106) CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED .elif exists(${LOCALBASE}/include/ncurses/ncurses.h) || defined(WITH_NCURSESW) CPPFLAGS+= -I${WRKDIR} -D_XOPEN_SOURCE_EXTENDED -- cgit