From owner-freebsd-questions Mon Jun 26 7:48:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from psych.ward.vt.edu (psych.ward.vt.edu [128.173.242.34]) by hub.freebsd.org (Postfix) with ESMTP id 259F837B692 for ; Mon, 26 Jun 2000 07:48:42 -0700 (PDT) (envelope-from dfisher@psych.ward.vt.edu) Received: from localhost (localhost [[UNIX: localhost]]) by psych.ward.vt.edu (8.9.3/8.9.3) id KAA21789; Mon, 26 Jun 2000 10:46:22 -0400 From: Daniel Fisher Reply-To: daniel.fisher@vt.edu Organization: Virginia Tech To: questions@freebsd.org Subject: compiling ports without X11 Date: Mon, 26 Jun 2000 10:32:00 -0400 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain Cc: Miklos Janosi MIME-Version: 1.0 Message-Id: <00062610462100.21727@psych.ward.vt.edu> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install ImageMagick without the X11 component. The documentation says to set --with-x=no, so I added that to the configure_args. I set use_xlib=NO and commented out all the build_depends that require X11. However the port still trys to download X11 and compile it. Could someone tell me why the make install still wants to grab X11? Thanks... -- Daniel Fisher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message