mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
NLS catalog stuff of csh(1) was MFC'ed. So, enable building
on RELENG_6 as well. Approved by: portmgr (kris)
This commit is contained in:
parent
3b2ec18bbe
commit
efd8e663ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156831
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ NLS_CATALOGS= de_DE.ISO8859-1:de_AT.UTF-8 \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} < 700000
|
.if (${OSVERSION} >= 700000 && ${OSVERSION} < 700014) || ${OSVERSION} < 600105
|
||||||
IGNORE= needs FreeBSD 7
|
IGNORE= needs FreeBSD 6.1 or 7
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
do-fetch:
|
do-fetch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue