Date: Fri, 21 Dec 2007 06:57:27 +0300 From: stgib@list.ru To: freebsd-questions@freebsd.org Subject: Re: Install doxygen on a non X11 machine Message-ID: <867ij88ztk.fsf@list.ru> References: <47038B88.4060705@cam.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Christopher Key <cjk32@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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867ij88ztk.fsf>
