Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-29 | Re-add $PREFIX (but not hard coded this time) to CMAKE_SYSTEM_PREFIX_PATH | markd | 1 | -1/+1 | |
Needed to properly detect and set the paths of some installed packages that fall outside the buildlink framework. | |||||
2011-09-17 | Replace hard-coded paths to /usr/pkg with $ENV{BUILDLINK_DIR} and remove | brook | 1 | -2/+2 | |
a hard-coded path to /usr/local/bin altogether. This usage is consistent with other paths already in the same file. | |||||
2008-09-13 | Update for cmake 2.6 | markd | 1 | -0/+17 | |
2007-12-12 | Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it in | markd | 1 | -0/+14 | |
the configure stage of a build (by setting USE_CMAKE=yes). |