From efd8e663ea767ea3c1330c9a7954e769bf97b04b Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sun, 26 Feb 2006 06:52:04 +0000 Subject: [PATCH] NLS catalog stuff of csh(1) was MFC'ed. So, enable building on RELENG_6 as well. Approved by: portmgr (kris) --- shells/tcsh_nls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shells/tcsh_nls/Makefile b/shells/tcsh_nls/Makefile index 94ca3b360baf..581bd6a73889 100644 --- a/shells/tcsh_nls/Makefile +++ b/shells/tcsh_nls/Makefile @@ -63,8 +63,8 @@ NLS_CATALOGS= de_DE.ISO8859-1:de_AT.UTF-8 \ .include -.if ${OSVERSION} < 700000 -IGNORE= needs FreeBSD 7 +.if (${OSVERSION} >= 700000 && ${OSVERSION} < 700014) || ${OSVERSION} < 600105 +IGNORE= needs FreeBSD 6.1 or 7 .endif do-fetch: