diff options
-rw-r--r-- | www/kompozer/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index be681e509cdd..c6391437ee43 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -36,10 +36,8 @@ DESKTOP_ENTRIES="Kompozer" "${COMMENT}" \ BROKEN= does not build .endif -.if ${ARCH}=="sparc64" -.if ${OSVERSION} < 601101 || ${OSVERSION} >= 700042 -IGNORE= does not build -.endif +.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 .endif post-patch: |