Re: Error: can't open Makefile

2013-05-07 Thread Fernando Apesteguía
On Tue, May 7, 2013 at 1:52 PM, Alberto Villa wrote: > Hi, > > On Tuesday 07 May 2013 13:45:15 Fernando Apesteguía wrote: >> In the current version, I use >> >> USE_CMAKE= yes > > converseen was converted to USES=cmake along with all the other ports using > USE_CMAKE. > Thanks. I updated my ports

Re: Error: can't open Makefile

2013-05-07 Thread Alberto Villa
Hi, On Tuesday 07 May 2013 13:45:15 Fernando Apesteguía wrote: > In the current version, I use > > USE_CMAKE= yes converseen was converted to USES=cmake along with all the other ports using USE_CMAKE. > There should be a code portion like this: > in bsd.port.mk so using USE_CMAKE should suffice.

Error: can't open Makefile

2013-05-07 Thread Fernando Apesteguía
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_O