Error: can't open Makefile

Fernando Apesteguía fernando.apesteguia at gmail.com
Tue May 7 11:45:16 UTC 2013


Hi,

I was updating graphics/converseen from 0.5.3 to 0.6.1

In the current version, I use

USE_CMAKE= yes

But this doesn't seem to work now, and I have to use

USES+= cmake

to make it compile in redports.org.

There should be a code portion like this:

.if defined(USE_CMAKE)
. if defined(CMAKE_OUTSOURCE)
USES+=	cmake:outsource
. else
USES+=	cmake
. endif
.endif

in bsd.port.mk so using USE_CMAKE should suffice.

What am I missing?

Thanks in advance.


More information about the freebsd-ports mailing list