From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 12:52:22 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 8308416A46B for ; Wed, 3 Oct 2007 12:52:22 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-6.csi.cam.ac.uk (ppsw-6.csi.cam.ac.uk [131.111.8.136]) by mx1.freebsd.org (Postfix) with ESMTP id 5F05E13C469 for ; Wed, 3 Oct 2007 12:52:22 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from gw.cjkey.org.uk ([88.97.163.222]:2262 helo=[192.168.2.186]) by ppsw-6.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1Id3NZ-0000ID-Jr (Exim 4.67) for freebsd-questions@freebsd.org (return-path ); Wed, 03 Oct 2007 13:31:05 +0100 Message-ID: <47038B88.4060705@cam.ac.uk> Date: Wed, 03 Oct 2007 13:31:04 +0100 From: Christopher Key User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Install doxygen on a non X11 machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 12:52:22 -0000 Hello, I'm trying to install doxygen on a non X11 machine from the ports collection. I've added 'devel/doxygen*: WITHOUT_DOXYWIZARD=yes' to my ports.conf, which is being recognised: # cd /usr/ports/devel/doxygen # make -V WITHOUT_DOXYWIZRD yes 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? Regards, Chris