aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-03-29 18:19:11 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2018-03-29 18:19:11 +0800
commitc2c54b174ac0ced0d282aee7a9ed7bc187ba5a5d (patch)
tree342e3643c2c49e5d8b7519bf379e17b1f3131cea
parent4a4257866005ab92e9c2376d68d78d4c1fe68c4a (diff)
downloadfreebsd-ports-c2c54b174ac0ced0d282aee7a9ed7bc187ba5a5d.tar.gz
freebsd-ports-c2c54b174ac0ced0d282aee7a9ed7bc187ba5a5d.tar.zst
freebsd-ports-c2c54b174ac0ced0d282aee7a9ed7bc187ba5a5d.zip
Revert r465823, this breaks ports depending on py-django-mptt
Reported by: pkg-fallout With hat: portmgr
Notes
Notes: svn path=/head/; revision=465876
-rw-r--r--www/py-django-mptt/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-django-mptt/Makefile b/www/py-django-mptt/Makefile
index f39c308fc6a8..f00e94d74639 100644
--- a/www/py-django-mptt/Makefile
+++ b/www/py-django-mptt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= django-mptt
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,7 @@ COMMENT= Utilities for implementing Modified Preorder Tree Traversal in Django
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:www/py-django@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} # >= 1.8
CONFLICTS_INSTALL=py*-django-happenings