diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-10-02 21:53:26 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-10-02 21:53:26 +0000 |
commit | af9fa9a3e111894aea3ae358d3ced26a49c61b17 (patch) | |
tree | e4604666e57c31d375ace5430c7512ef032b61c6 /graphics/ilmbase | |
parent | 9401fdf9ecf2dd773881ea2ed7c76821e568dd2f (diff) | |
download | ports-af9fa9a3e111894aea3ae358d3ced26a49c61b17.tar.gz ports-af9fa9a3e111894aea3ae358d3ced26a49c61b17.zip |
Fix typo.
PR: ports/127767
Submitted by: amdmi3
Notes
Notes:
svn path=/head/; revision=221133
Diffstat (limited to 'graphics/ilmbase')
-rw-r--r-- | graphics/ilmbase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index fd211afe57a3..c5843f2b0a22 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= openexr MAINTAINER= nork@FreeBSD.org COMMENT= ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex -CONFLICT= OpenEXR-1.[0-4].* +CONFLICTS= OpenEXR-1.[0-4].* OPTIONS= THREAD "Enable multithreaded file I/O support" on |