diff options
Diffstat (limited to 'graphics/oyranos/Makefile')
-rw-r--r-- | graphics/oyranos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index 24589df70375..070e8bdccff3 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -45,7 +45,7 @@ MAN3= oyranos-config.3 oyranos.3 CC= /usr/bin/clang CXX= /usr/bin/clang++ .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .include <bsd.port.post.mk> |