diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 04:15:02 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 04:15:02 +0800 |
commit | dd5373fd8b5ef64d265540bccbf662ef64785d74 (patch) | |
tree | 3ade641c7758d7e16c212e2a6155d637c2f5d84b /www | |
parent | 4cd3a6630953c012bb2d2cc9a939823ea4c3328e (diff) | |
download | freebsd-ports-gnome-dd5373fd8b5ef64d265540bccbf662ef64785d74.tar.gz freebsd-ports-gnome-dd5373fd8b5ef64d265540bccbf662ef64785d74.tar.zst freebsd-ports-gnome-dd5373fd8b5ef64d265540bccbf662ef64785d74.zip |
Portlint:
-Remove a whitespace.
Diffstat (limited to 'www')
-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 |