From owner-freebsd-questions@FreeBSD.ORG Thu Dec 20 13:36:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6EA116A421 for ; Thu, 20 Dec 2007 13:36:06 +0000 (UTC) (envelope-from rymkus@inbox.ru) Received: from mx4.mail.ru (fallback.mail.ru [194.67.57.14]) by mx1.freebsd.org (Postfix) with ESMTP id 6547913C4CE for ; Thu, 20 Dec 2007 13:36:06 +0000 (UTC) (envelope-from rymkus@inbox.ru) Received: from mx38.mail.ru (mx38.mail.ru [194.67.23.16]) by mx4.mail.ru (mPOP.Fallback_MX) with ESMTP id CFA6110B6FE7 for ; Thu, 20 Dec 2007 13:04:36 +0300 (MSK) Received: from [212.119.161.50] (port=4729 helo=sysadmin.modul.spb.ru) by mx38.mail.ru with esmtp id 1J5IGS-000N29-00; Thu, 20 Dec 2007 13:04:28 +0300 Date: Thu, 20 Dec 2007 13:05:41 +0300 From: "A.Rymkus" X-Mailer: The Bat! (v3.99.3) Professional X-Priority: 3 (Normal) Message-ID: <183069951.20071220130541@inbox.ru> To: Christopher Key In-Reply-To: <47038B88.4060705@cam.ac.uk> References: <47038B88.4060705@cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Install doxygen on a non X11 machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "A.Rymkus" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 13:36:06 -0000 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