diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-15 17:11:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-15 17:11:32 +0000 |
commit | e87e69b622997335f488ac314dc5196e9c622447 (patch) | |
tree | a5d7adfd7f30720ed721c296e53f032e1b6ffcc2 /www/flock | |
parent | fa5152c5eb55fe069494bf26d3544c51f07ee961 (diff) | |
download | ports-e87e69b622997335f488ac314dc5196e9c622447.tar.gz ports-e87e69b622997335f488ac314dc5196e9c622447.zip |
Notes
Diffstat (limited to 'www/flock')
-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 92d6d059e983..916ed92930be 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -50,7 +50,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ IGNORE= core dumps on alpha during post-build .endif -.if ${OSVERSION} >= 504101 +.if ${OSVERSION} >= 600000 MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo .endif |