Index: head/devel/py-astroid/Makefile =================================================================== --- head/devel/py-astroid/Makefile (revision 432192) +++ head/devel/py-astroid/Makefile (revision 432193) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= astroid PORTVERSION= 1.4.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Extension for Python compiler.ast module LICENSE= LGPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt \ ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>0:devel/py-lazy-object-proxy \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include