From owner-freebsd-ports@FreeBSD.ORG Sat Nov 19 18:16:05 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 7ABAC16A41F for ; Sat, 19 Nov 2005 18:16:05 +0000 (GMT) (envelope-from jacardenasm@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10ABB43D45 for ; Sat, 19 Nov 2005 18:16:04 +0000 (GMT) (envelope-from jacardenasm@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so440267wxc for ; Sat, 19 Nov 2005 10:16:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EI3bNECWvKvODB8w14snjlLOkKcmBeBqb8jKA5GZdkTpiwN5foY7W+JCI8yDBDybfaw3+2UzC8ns0BObAfkllxsJ2Qn9bNIpX4BUwN8Od2+L850arI+yMUGj6RJt03/v29ZRrC1pn49THXoP9xHXKD1vj6Ll735j3EaTJ8/iM9o= Received: by 10.64.196.19 with SMTP id t19mr1132686qbf; Sat, 19 Nov 2005 10:16:03 -0800 (PST) Received: by 10.65.181.13 with HTTP; Sat, 19 Nov 2005 10:16:03 -0800 (PST) Message-ID: <7c58fcfc0511191016t553859a1g@mail.gmail.com> Date: Sat, 19 Nov 2005 13:16:03 -0500 From: Jose Alonso Cardenas Marquez To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: OPTIONS with PKGNAMEPREFIX, dont work? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 18:16:05 -0000 Hi, I'm using OPTIONS with PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} into Makefile, but it's not working, and display this message =3D=3D=3D> Using wrong configuration file /path/options/file If i comment PKGNAMEPREFIX, this works. the question is, OPTIONS with PKGNAMEPREFIX, dont work? ACM