diff options
Diffstat (limited to 'graphics/cimg/Makefile')
-rw-r--r-- | graphics/cimg/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index a9f49f84cbca..328d208be833 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -1,6 +1,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v. -DISTVERSION= 3.5.4 +DISTVERSION= 3.5.5 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= graphics devel @@ -85,6 +86,9 @@ USE_XORG+= xext DOCBASE= README.txt CFLAGS+= -I${LOCALBASE}/include/Imath -I${LOCALBASE}/include/OpenEXR MAKE_ARGS+= CPPFLAGS="${CFLAGS}" FREEBSD_LDFLAGS="${LDFLAGS}" +. if !exists(/usr/include/omp.h) +MAKE_ARGS+= OPENMP_CFLAGS= +. endif PROGS= CImg_demo captcha curve_editor2d dtmri_view3d \ edge_explorer2d fade_images gaussian_fit1d generate_loop_macros \ hough_transform2d image2ascii image_registration2d image_surface3d \ |