diff options
-rw-r--r-- | devel/py-celery/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/py-celery/Makefile b/devel/py-celery/Makefile index 177b46134018..eed412ac53f2 100644 --- a/devel/py-celery/Makefile +++ b/devel/py-celery/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-celery -# Date created: 2012-03-04 -# Whom: Alexandros Kosiaris <akosiaris+ports@gmail.com> -# +# Created by: Alexandros Kosiaris <akosiaris+ports@gmail.com> # $FreeBSD$ -# PORTNAME= celery PORTVERSION= 2.5.5 @@ -26,7 +22,7 @@ USE_PYDISTUTILS= easy_install .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 270 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict \ +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict \ ${PYTHON_PKGNAMEPREFIX}importlib>=0:${PORTSDIR}/devel/py-importlib .endif |