s/BROKEN/IGNORE/ since the package builds but does not run.

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-27 23:01:26 +00:00
parent 921ae16012
commit 9d4a8a1e04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118465

View file

@ -78,7 +78,7 @@ USE_AUTOCONF_VER=253
.endif
.if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN="Dumps core on startup"
IGNORE= "Dumps core on startup"
.endif
.if defined(WITH_IPV6)