diff options
-rw-r--r-- | graphics/ilmbase/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 732250713203..6e0d0faf8c40 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -17,7 +17,7 @@ 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 +OPTIONS= THREAD "Enable multithreaded file I/O support" on USE_GNOME= pkgconfig USE_LDCONFIG= yes @@ -27,10 +27,6 @@ USE_AUTOTOOLS= libtool:15 test check: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -.if defined(PACKAGE_BUILDING) -pre-install: test -.endif - .include <bsd.port.pre.mk> .if defined(WITH_THREAD) |