Commit graph

5 commits

Author SHA1 Message Date
hans
229030aa5e Reorder CMake search paths so that BUILDLINK_DIR and PREFIX come first,
before / and /usr. This should prevent CMake from picking up stuff from
the base system instead of the buildlink directories.
2012-02-23 17:12:12 +00:00
markd
ea785ad9e2 Re-add $PREFIX (but not hard coded this time) to CMAKE_SYSTEM_PREFIX_PATH
Needed to properly detect and set the paths of some installed packages
that fall outside the buildlink framework.
2011-09-29 19:27:06 +00:00
brook
292550d268 Replace hard-coded paths to /usr/pkg with $ENV{BUILDLINK_DIR} and remove
a hard-coded path to /usr/local/bin altogether.  This usage is consistent
with other paths already in the same file.
2011-09-17 19:04:43 +00:00
markd
2e1523fac3 Update for cmake 2.6 2008-09-13 11:06:08 +00:00
markd
ec09af76f0 Add support for cmake as a tool (USE_TOOLS+=cmake) and for using it in
the configure stage of a build (by setting USE_CMAKE=yes).
2007-12-12 01:00:38 +00:00