diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-22 10:03:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-22 10:03:15 +0000 |
commit | 01a0f84571860d8bafce23ef13010ae8e22c4a50 (patch) | |
tree | 343e003c05ff8f27f8bbe492e41ffa80433db92e /www/py-django-evolution | |
parent | 80a2da8dac6d951cbad67f37293321cc01d7ff2b (diff) | |
download | ports-01a0f84571860d8bafce23ef13010ae8e22c4a50.tar.gz ports-01a0f84571860d8bafce23ef13010ae8e22c4a50.zip |
Notes
Diffstat (limited to 'www/py-django-evolution')
-rw-r--r-- | www/py-django-evolution/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/py-django-evolution/Makefile b/www/py-django-evolution/Makefile index 447135a7e493..2e07f7c4905d 100644 --- a/www/py-django-evolution/Makefile +++ b/www/py-django-evolution/Makefile @@ -14,10 +14,9 @@ COMMENT= A database schema evolution tool for the Django web framework LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.1.1<1.5:${PORTSDIR}/www/py-django14 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>=1.1.1<1.5:${PORTSDIR}/www/py-django14 USE_PYTHON= yes USE_PYDISTUTILS= easy_install -NO_STAGE= yes .include <bsd.port.mk> |