diff options
-rw-r--r-- | www/flock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index bb9ef811d2a0..61c4259cf5be 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -63,7 +63,7 @@ IGNORE= core dumps on ${ARCH} .if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 .endif - + .if ${OSVERSION} >= 600000 MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo .endif |