Index: head/www/py-swapper/Makefile =================================================================== --- head/www/py-swapper/Makefile (revision 506452) +++ head/www/py-swapper/Makefile (revision 506453) @@ -1,21 +1,22 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= swapper PORTVERSION= 1.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Unofficial Django swappable models API LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.6:www/py-django111@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include