mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Correct case of IGNORE string
Approved by: portmgr (self)
This commit is contained in:
parent
9d4a8a1e04
commit
cba1a3d5a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118466
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ USE_AUTOCONF_VER=253
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64"
|
.if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64"
|
||||||
IGNORE= "Dumps core on startup"
|
IGNORE= "dumps core on startup"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_IPV6)
|
.if defined(WITH_IPV6)
|
||||||
|
|
Loading…
Add table
Reference in a new issue