Index: head/textproc/py-iso-639/Makefile =================================================================== --- head/textproc/py-iso-639/Makefile (revision 532986) +++ head/textproc/py-iso-639/Makefile (revision 532987) @@ -1,21 +1,24 @@ # $FreeBSD$ PORTNAME= iso-639 PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= takefu@airport.fm COMMENT= Python library for ISO 639 standard LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_GITHUB= yes GH_ACCOUNT= noumar GH_PROJECT= iso639 -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include