Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2004 21:13:54 +1100
From:      Sam Lawrance <boris@brooknet.com.au>
To:        Mike Brown <mike@skew.org>
Cc:        ports@freebsd.org
Subject:   Re: bsd.port.Mk error
Message-ID:  <41A06A62.7020705@brooknet.com.au>
In-Reply-To: <200411210916.iAL9GHTk008021@chilled.skew.org>
References:  <200411210916.iAL9GHTk008021@chilled.skew.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Brown wrote:

>But anyway, I'm still getting the error, and it seems to be something
>specific to the port Makefile that I'm developing. Is there anything
>obviously wrong with the following?
>  
>
...

>USE_PYTHON=	yes
>PYTHON_VERSION=	2.2.1+
>USE_PYDISTUTILS=	yes
>  
>
This caused errors for me; perhaps get rid of PYTHON_VERSION and set 
USE_PYTHON= 2.2.1+

...

>.include <bsd.port.post.mk>
>  
>
This needs to be bsd.port.mk. bsd.port.post.mk is for when you have 
included bsd.port.pre.mk earlier on.

-Sam



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