diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-08 06:28:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-08 06:28:24 +0800 |
commit | f57ec642a8955c27aebdcf1128eeb48246bfdd3a (patch) | |
tree | 8bb18e2d570acd3d0eb9576ea42a911a267d82ae /www | |
parent | d64e67a03b86c01438bf8b38d470f788b3747024 (diff) | |
download | freebsd-ports-gnome-f57ec642a8955c27aebdcf1128eeb48246bfdd3a.tar.gz freebsd-ports-gnome-f57ec642a8955c27aebdcf1128eeb48246bfdd3a.tar.zst freebsd-ports-gnome-f57ec642a8955c27aebdcf1128eeb48246bfdd3a.zip |
Unbreak
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-crispy-forms/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile index 0d0023020854..b47d79a1d90b 100644 --- a/www/py-django-crispy-forms/Makefile +++ b/www/py-django-crispy-forms/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner <xmj@chaot.net> # $FreeBSD$ -PORTNAME= django-crispy-forms +PORTNAME= crispy-forms PORTVERSION= 1.4.0 PORTREVISION= 1 CATEGORIES= www python @@ -16,8 +16,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6:${PORTSDIR}/www/py-django16 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |