Commits

Michael Dickens authored 6620c6f11d4
cmake: tweak comment.
No tags

devel/cmake/Portfile

Modified
118 118 port:libarchive \
119 119 port:ncurses
120 120
121 121 # allow use of libuv or libuv-devel;
122 122 # system libuv is the default as of 20160830 (g320f5)
123 123 depends_lib-append path:lib/pkgconfig/libuv.pc:libuv
124 124
125 125 # configure is just a shell script that passes directly to bootstrap
126 126 configure.cmd ./bootstrap
127 127
128 -# bootstrap takes cmake-style args for the build of the cmake to be installed
128 +# bootstrap takes cmake-style args for the build of the cmake to be installed.
129 129 # the args are passed as usual for cmake, after "--", so we pass them as post_args
130 130 configure.post_args --
131 131
132 132 configure.env-append \
133 133 CMAKE_PREFIX_PATH=${prefix} \
134 134 CMAKE_INCLUDE_PATH=${prefix}/include/ncurses \
135 135 CMAKE_LIBRARY_PATH=${prefix}/lib
136 136
137 137 # Check if the default compiler has yet to be installed. Used to prevent
138 138 # circular deps involving variants. Has to be tested here before our

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut