diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-22 10:15:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-22 10:15:19 +0000 |
commit | 929b88553ef9168ede8f3e542f24e2cee4ea25cb (patch) | |
tree | d9aa4ce050c4aeb5f9dab4494e195765f4a6ac11 /www/py-django-pipeline | |
parent | 01a0f84571860d8bafce23ef13010ae8e22c4a50 (diff) | |
download | ports-929b88553ef9168ede8f3e542f24e2cee4ea25cb.tar.gz ports-929b88553ef9168ede8f3e542f24e2cee4ea25cb.zip |
- Fix RUN_DEPENDS
- Stage support
PR: ports/184792
Submitted by: Anes Mukhametov
Notes
Notes:
svn path=/head/; revision=337182
Diffstat (limited to 'www/py-django-pipeline')
-rw-r--r-- | www/py-django-pipeline/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/py-django-pipeline/Makefile b/www/py-django-pipeline/Makefile index abe49ef38b9b..00fc0ece3bee 100644 --- a/www/py-django-pipeline/Makefile +++ b/www/py-django-pipeline/Makefile @@ -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> |