Changes between Initial Version and Version 1 of Ticket #49213, comment 1
- Timestamp:
- Oct 9, 2015, 6:05:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49213, comment 1
initial v1 2 2 3 3 Like when trying to install {{{kdevelop}}} just now {{{kate}}} and {{{kdevplatform}}} were installed no problem via their tbz2's, but kdevelop (since it doesn't might not be distributable) fails when trying to build... 4 5 Here's the file in question: 6 {{{ 7 $ port contents kdelibs4 | grep FindKDE4Internal.cmake 8 /opt/local/share/apps/cmake/modules/FindKDE4Internal.cmake 9 }}} 10 which is the location where it always lived up to now 11 12 So the KDE builds do not look up {{{/opt/local/share/apps}}} anymore, as I saw this in the build command: 13 {{{ 14 -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules 15 }}} 16 i.e. the subfolder {{{apps}}} is missing in between!