From owner-freebsd-ports-bugs Sun Feb 2 23:40:11 2003 Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9EB937B401 for ; Sun, 2 Feb 2003 23:40:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 586C143F3F for ; Sun, 2 Feb 2003 23:40:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h137e8NS063621 for ; Sun, 2 Feb 2003 23:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h137e8qK063620; Sun, 2 Feb 2003 23:40:08 -0800 (PST) Date: Sun, 2 Feb 2003 23:40:08 -0800 (PST) Message-Id: <200302030740.h137e8qK063620@freefall.freebsd.org> To: ports-bugs@FreeBSD.org Cc: From: Gerhard Schmidt Subject: Re: ports/44875: PYTHON_VERSION statement in make.conf adds a python dependency to all ports Reply-To: Gerhard Schmidt Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/44875; it has been noted by GNATS. From: Gerhard Schmidt To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/44875: PYTHON_VERSION statement in make.conf adds a python dependency to all ports Date: Mon, 3 Feb 2003 08:38:13 +0100 On Sat, Feb 01, 2003 at 02:53:10PM -0800, Kris Kennaway wrote: > This port does not contain a patch to address the problem, so there > is nothing for portmgr to do yet. Here the changes i have made to get it working for me --- bsd.port.mk.orig Mon Feb 3 07:48:35 2003 +++ bsd.port.mk Mon Feb 3 07:49:04 2003 @@ -840,7 +840,7 @@ .include "${PORTSDIR}/Mk/bsd.emacs.mk" .endif -.if defined(USE_PYTHON) || defined(PYTHON_VERSION) +.if defined(USE_PYTHON) .include "${PORTSDIR}/Mk/bsd.python.mk" .endif @@ -1234,7 +1234,7 @@ .include "${PORTSDIR}/Mk/bsd.gnome.mk" -.if defined(USE_PYTHON) || defined(PYTHON_VERSION) +.if defined(USE_PYTHON) .include "${PORTSDIR}/Mk/bsd.python.mk" .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message