svn commit: r337182 - head/www/py-django-pipeline
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 22 10:15:19 UTC 2013
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 at 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>
More information about the svn-ports-all
mailing list