www/py-django-js-asset: Change RUN_DEPENDS py-django -> py-django18 for other port's RUN_DEPENDS
This is for bug#227032 (www/py-django-mptt) update. PR: 227066 Submitted by: Kai <freebsd_ports@k-worx.org>
This commit is contained in:
parent
a0f6f6c49e
commit
61291225ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465906
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= django-js-asset
|
||||
DISTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,7 +13,7 @@ COMMENT= Insert script tags with additional attributes for django.forms.Media
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:www/py-django@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} # >= 1.8
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
|
Loading…
Reference in a new issue