summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/rawtherapee-devel/Makefile4
-rw-r--r--graphics/rawtherapee/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/rawtherapee-devel/Makefile b/graphics/rawtherapee-devel/Makefile
index 1e3469b..bbcf0e8 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 19cd48cd..017a558 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"
OpenPOWER on IntegriCloud