diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/rawtherapee/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/rawtherapee-devel/Makefile b/graphics/rawtherapee-devel/Makefile index 1e3469bc31c8..bbcf0e8d8e3f 100644 --- a/graphics/rawtherapee-devel/Makefile +++ b/graphics/rawtherapee-devel/Makefile @@ -76,7 +76,8 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops -msse2 # ------------------------------------------------------------------- # -.if ${OSVERSION} < 1030000 +.if ${OPSYS} == FreeBSD +.if ${OSVERSION} < 1003000 IGNORE= is only for supported FreeBSD releases .endif @@ -87,6 +88,7 @@ IGNORE= is only for supported FreeBSD releases ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=Only amd64 is supported on non-released FreeBSD versions. .endif +.endif .if ${PORT_OPTIONS:MNATIVE} CMAKE_ARGS+= -DPROC_TARGET_NUMBER="2" diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 19cd48cd740f..017a5585c3d1 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -74,7 +74,8 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops -msse2 # ------------------------------------------------------------------- # -.if ${OSVERSION} < 1030000 +.if ${OPSYS} == FreeBSD +.if ${OSVERSION} < 1003000 IGNORE= is only for supported FreeBSD releases .endif @@ -85,6 +86,7 @@ IGNORE= is only for supported FreeBSD releases ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=Only amd64 is supported on non-released FreeBSD versions. .endif +.endif .if ${PORT_OPTIONS:MNATIVE} CMAKE_ARGS+= -DPROC_TARGET_NUMBER="2" |