diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-23 20:09:48 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-23 20:09:48 +0000 |
| commit | bf38b776ba069bfbb1a0e4fb0ae5a7af62c39fad (patch) | |
| tree | ac19b129edf142034398f30c232f502932f31e09 | |
| parent | - Set py-simplejson as conditional dependency (diff) | |
- Fix the copy/paste space/tab portlint warning
Notes
Notes:
svn path=/head/; revision=282276
| -rw-r--r-- | www/py-tornado/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index da6a1f79275d..6de0304f86ae 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -28,7 +28,7 @@ FETCH_ARGS= -pRr .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 260 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson .endif .include <bsd.port.post.mk> |
