aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-29 01:07:46 +0800
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-29 01:07:46 +0800
commita1a4d16554e26ae96644700299868ab8c96ab467 (patch)
treed0c17f68bcf9213196f15a270ce6697cdee20ee9
parent54fb87ac4bc0875852abe45bb0f09931b3afdabf (diff)
downloadfreebsd-ports-a1a4d16554e26ae96644700299868ab8c96ab467.tar.gz
freebsd-ports-a1a4d16554e26ae96644700299868ab8c96ab467.tar.zst
freebsd-ports-a1a4d16554e26ae96644700299868ab8c96ab467.zip
www/py-django-mptt: Add missing dependency
PR: 227032 Submitted by: Kai <freebsd_ports@k-worx.org> Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=465823
-rw-r--r--www/py-django-mptt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-django-mptt/Makefile b/www/py-django-mptt/Makefile
index 87789c924dfb..f39c308fc6a8 100644
--- a/www/py-django-mptt/Makefile
+++ b/www/py-django-mptt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= django-mptt
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ COMMENT= Utilities for implementing Modified Preorder Tree Traversal in Django
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} # >= 1.8
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:www/py-django@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR}
CONFLICTS_INSTALL=py*-django-happenings