diff --git a/Portfile.orig b/Portfile
index d0dfd15..15de5a8 100644
a
|
b
|
PortGroup kde4 1.1 |
6 | 6 | |
7 | 7 | name digikam |
8 | 8 | version 2.9.0 |
| 9 | revision 1 |
9 | 10 | categories kde kde4 |
10 | 11 | license GPL-2+ |
11 | 12 | maintainers hyper-world.de:jan openmaintainer |
… |
… |
depends_lib-append port:boost \ |
61 | 62 | path:bin/mysql_config5:mysql5 \ |
62 | 63 | port:shared-desktop-ontologies |
63 | 64 | |
64 | | depends_run-append port:oxygen-icons |
| 65 | depends_run-append port:oxygen-icons port:qt4-mac-sqlite3-plugin |
65 | 66 | |
66 | | configure.args-append -DOpenCV_DIR=${prefix}/lib/cmake ../${distname} |
| 67 | compiler.blacklist gcc-4.0 clang |
| 68 | use_parallel_build yes |
| 69 | |
| 70 | configure.args-append -DCMAKE_C_FLAGS='-D__KDE_HAVE_GCC_VISIBILITY' -DCMAKE_CXX_FLAGS='-D__KDE_HAVE_GCC_VISIBILITY' -DOpenCV_DIR=${prefix}/lib/cmake ../${distname} |
67 | 71 | |