From owner-freebsd-ports Tue Feb 18 12:28:36 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4518537B405 for ; Tue, 18 Feb 2003 12:28:35 -0800 (PST) Received: from ns.webtt.biz (ns.webtt.biz [64.239.29.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 48AA543F75 for ; Tue, 18 Feb 2003 12:28:34 -0800 (PST) (envelope-from rui@ruilopes.com) Received: (qmail 42267 invoked by uid 80); 18 Feb 2003 20:30:43 -0000 Received: from 217.129.151.119 (SquirrelMail authenticated user rui@ruilopes.com) by webmail with HTTP; Tue, 18 Feb 2003 20:30:43 -0000 (WET) Message-ID: <49549.217.129.151.119.1045600243.squirrel@webmail> Date: Tue, 18 Feb 2003 20:30:43 -0000 (WET) Subject: passing arguments to *_DEPENDS From: "Rui Lopes" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.10) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, My port Makefile has this, LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre:${INSTALL_pcre} INSTALL_pcre= "install CONFIGURE_ARGS=--enable-utf8" this works and installs PCRE lib with "CONFIGURE_ARGS=--enable-utf8", but from porter's handbook I should only pass a target, i.e. install, but I need to pass some arguments... how can I do it? i've come across this thread, http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=99uoq5%242dtv%241%40FreeBSD.csie.NCTU.edu.tw&rnum=11&prev=/groups%3Fq%3DDEPENDS_ARGS%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26start%3D10%26sa%3DN this sound's what I need, why this is not in fbsd? TIA, -- Rui Lopes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message