diff options
-rw-r--r-- | graphics/ilmbase/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 997c6361a1bc..732250713203 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -6,15 +6,17 @@ # PORTNAME= ilmbase -PORTVERSION= 1.0.0 -PORTREVISION= 1 -CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_SAVANNAH} +PORTVERSION= 1.0.0 +PORTREVISION= 2 +CATEGORIES= graphics devel +MASTER_SITES= ${MASTER_SITE_SAVANNAH} 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].* + OPTIONS= THREAD "Enable multithreaded file I/O support" off USE_GNOME= pkgconfig |