Install doxygen on a non X11 machine

stgib at list.ru stgib at list.ru
Thu Dec 20 20:01:23 PST 2007


Christopher Key <cjk32 at cam.ac.uk> writes:

> From my reading of the doxygen Makefile, this should be enough to
> prevent any of the graphical tools from being installed.
> Nevertheless, whenever I run make, I'm presented with a configuration
> screen for qt.  Can anyone advise?

You probably overlooked devel/tmake dependencies.

devel/doxygen:
[...]
BUILD_DEPENDS=	tmake:${PORTSDIR}/devel/tmake
LIB_DEPENDS=	png:${PORTSDIR}/graphics/png
[...]

devel/tmake:
[...]
USE_PERL5=	yes
USE_QT_VER=	3
[...]

See?



More information about the freebsd-questions mailing list