svn commit: r464046 - head/devel/py-django-rq

Antoine Brodin antoine at FreeBSD.org
Sat Mar 10 07:09:30 UTC 2018


Author: antoine
Date: Sat Mar 10 07:09:29 2018
New Revision: 464046
URL: https://svnweb.freebsd.org/changeset/ports/464046

Log:
  Fix RUN_DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-django-rq/Makefile

Modified: head/devel/py-django-rq/Makefile
==============================================================================
--- head/devel/py-django-rq/Makefile	Sat Mar 10 07:03:21 2018	(r464045)
+++ head/devel/py-django-rq/Makefile	Sat Mar 10 07:09:29 2018	(r464046)
@@ -14,7 +14,7 @@ COMMENT=	Provides Django integration for RQ (Redis Que
 LICENSE=	MIT
 
 TEST_DEPENDS=	redis-server:databases/redis
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django18@${FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=1.8:www/py-django18@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rq>=0.5.5:devel/py-rq@${FLAVOR}
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list