Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2007 13:05:41 +0300
From:      "A.Rymkus" <rymkus@inbox.ru>
To:        Christopher Key <cjk32@cam.ac.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Install doxygen on a non X11 machine
Message-ID:  <183069951.20071220130541@inbox.ru>
In-Reply-To: <47038B88.4060705@cam.ac.uk>
References:  <47038B88.4060705@cam.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Christopher.

You wrote at 03.10.2007, 15:31:04:

CK> Hello,

CK> I'm trying to install doxygen on a non X11 machine from the ports 
CK> collection.

CK> I've added 'devel/doxygen*: WITHOUT_DOXYWIZARD=yes' to my ports.conf, 
CK> which is being recognised:

CK> # cd /usr/ports/devel/doxygen
CK> # make -V WITHOUT_DOXYWIZRD
CK> yes

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

CK> Regards,

CK> Chris
CK> _______________________________________________
CK> freebsd-questions@freebsd.org mailing list
CK> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
CK> To unsubscribe, send any mail to
CK> "freebsd-questions-unsubscribe@freebsd.org"

You have to put "WITHOUT_X11=TRUE" line in your /etc/make.conf if you
want to make all of ports without X11 support, or you may use
something like that style with make:
env WITHOUT_X11="TRUE"; make

-- 
WBR, A.Rymkus




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