diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/py-django-tastypie-mongoengine | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/py-django-tastypie-mongoengine')
-rw-r--r-- | devel/py-django-tastypie-mongoengine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-django-tastypie-mongoengine/Makefile b/devel/py-django-tastypie-mongoengine/Makefile index 86434419ebd9..c45afca2825e 100644 --- a/devel/py-django-tastypie-mongoengine/Makefile +++ b/devel/py-django-tastypie-mongoengine/Makefile @@ -14,9 +14,9 @@ COMMENT= MongoEngine support for django-tastypie LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}django-tastypie>=0.9.12:${PORTSDIR}/www/py-django-tastypie \ - ${PYTHON_PKGNAMEPREFIX}mongoengine>=0.8.7:${PORTSDIR}/devel/py-mongoengine \ - ${PYTHON_PKGNAMEPREFIX}django18>0:${PORTSDIR}/www/py-django18 +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}django-tastypie>=0.9.12:www/py-django-tastypie \ + ${PYTHON_PKGNAMEPREFIX}mongoengine>=0.8.7:devel/py-mongoengine \ + ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18 USE_GITHUB= yes GH_ACCOUNT= wlanslovenija |