Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 07:50:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192732] [MAINTAINER] devel/doxygen: use options for graphviz and LaTeX, use new OPTIONS helpers
Message-ID:  <bug-192732-13-QRiRlJsxK9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192732-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192732-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192732

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino@FreeBSD.org

--- Comment #1 from John Marino <marino@FreeBSD.org> ---
I think lines like this "cd latex ; $(MAKE)" break multijob capability (making
port need MAKE_JOBS_UNSAFE=yes defined)

It should be "${MAKE} -C latex" instead, right?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192732-13-QRiRlJsxK9>