From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 21:56:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C5C116A4CE for ; Wed, 17 Dec 2003 21:56:59 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984FF43D31 for ; Wed, 17 Dec 2003 21:56:57 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9/8.12.9) with ESMTP id hBI5tchN063351 for ; Thu, 18 Dec 2003 16:55:38 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9/8.12.9/Submit) id hBI5tbY0063350 for freebsd-questions@freebsd.org; Thu, 18 Dec 2003 16:55:37 +1100 (EST) Date: Thu, 18 Dec 2003 16:55:36 +1100 From: Gautam Gopalakrishnan To: FreeBSD Questions Message-ID: <20031218055536.GA62167@madras.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: make args for lower dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 05:56:59 -0000 Hello, I am using portupgrade to install ImageMagick. I have in pkgtools.conf (in the right place): 'graphics/ImageMagick' => 'WITHOUT_IMAGEMAGICK_PDF=yes WITHOUT_IMAGEMAGICK_PERL=yes WITHOUT_X11=yes', 'print/ghostscript-gnu*' => 'A4=yes NO_CHECKSUM=yes', And I tried all of the following: # portupgrade -pN ImageMagick # portupgrade -pRN ImageMagick # portinstall -p ImageMagick # portinstall -pR ImageMagick Problem is that the arguments for ghostscript are not passed when it is installed. It works fine when I install ghostscript by itself Is this a bug or am I doing something wrong? Thanks in advance Gautam