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.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to