diff options
author | mandree <mandree@FreeBSD.org> | 2014-05-26 15:31:41 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-05-26 15:31:41 +0800 |
commit | 474b0e44ef702b32e829ba29ee82f83b6eefc3a6 (patch) | |
tree | ffd4be8d31565aa723a2b1b42df74b2ae80a80b0 /graphics | |
parent | b71fdabb955f49b961bc75f472abc3e2a741c8fc (diff) | |
download | freebsd-ports-gnome-474b0e44ef702b32e829ba29ee82f83b6eefc3a6.tar.gz freebsd-ports-gnome-474b0e44ef702b32e829ba29ee82f83b6eefc3a6.tar.zst freebsd-ports-gnome-474b0e44ef702b32e829ba29ee82f83b6eefc3a6.zip |
Re-enable on HEAD to see what we get.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 487b04b13127..f238c65cb94f 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -81,9 +81,9 @@ CMAKE_ARGS+= -DOPTION_OMP:BOOL=ON CMAKE_ARGS+= -DOPTION_OMP:BOOL=OFF .endif -.if ${OSVERSION} >= 1100000 -BROKEN= rawtherapee is known to crash on -HEAD and requires debugging that the maintainer cannot provide. -.endif +#.if ${OSVERSION} >= 1100000 +#BROKEN= rawtherapee is known to crash on -HEAD and requires debugging that the maintainer cannot provide. +#.endif # ------------------------------------------------------------------- |