bsd.port.Mk error

Sam Lawrance boris at brooknet.com.au
Sun Nov 21 02:14:01 PST 2004


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



More information about the freebsd-ports mailing list