Date: Sun, 22 Dec 2013 10:15:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337182 - head/www/py-django-pipeline Message-ID: <201312221015.rBMAFJtw092626@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 22 10:15:19 2013 New Revision: 337182 URL: http://svnweb.freebsd.org/changeset/ports/337182 Log: - Fix RUN_DEPENDS - Stage support PR: ports/184792 Submitted by: Anes Mukhametov Modified: head/www/py-django-pipeline/Makefile Modified: head/www/py-django-pipeline/Makefile ============================================================================== --- head/www/py-django-pipeline/Makefile Sun Dec 22 10:04:59 2013 (r337181) +++ head/www/py-django-pipeline/Makefile Sun Dec 22 10:15:19 2013 (r337182) @@ -10,10 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= Asset (css/js) packaging library for Django -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0<1.5:${PORTSDIR}/www/py-django14 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>0<1.5:${PORTSDIR}/www/py-django14 USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312221015.rBMAFJtw092626>