Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2003 23:40:08 -0800 (PST)
From:      Gerhard Schmidt <estartu@augusta.de>
To:        ports-bugs@FreeBSD.org
Subject:   Re: ports/44875: PYTHON_VERSION statement in make.conf adds a python dependency to all ports
Message-ID:  <200302030740.h137e8qK063620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44875; it has been noted by GNATS.

From: Gerhard Schmidt <estartu@augusta.de>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302030740.h137e8qK063620>