mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Mark as BROKEN on OSVERION 1000500 and 1000501, needs updated iconv(3).
Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
dd7dd7827a
commit
cb71574e89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335719
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ RUN_DEPENDS+= ${LOCALBASE}/share/fonts/OTF/ipam.otf:${PORTSDIR}/japanese/font-ip
|
|||
DEPENDS_ARGS+= WITHOUT_X11=${WITHOUT_X11}
|
||||
.endif
|
||||
|
||||
.if (${OSVERSION} >= 1000500 && ${OSVERSION} < 1000502)
|
||||
BROKEN= Requires updated base iconv(3)
|
||||
.endif
|
||||
|
||||
# generate MINIMALDOCPORTS for src/release/Makefile.inc.docports.
|
||||
# (XXX: incomplete yet)
|
||||
minimaldocports:
|
||||
|
|
Loading…
Add table
Reference in a new issue