summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-08 13:36:11 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-08 13:36:11 +0000
commitefe165c4fd87c46a23a5ddc58c2af10fd5dd4a03 (patch)
tree65009e1d6ec2be681cc70e5fc3867accc60d8ac6 /www
parent- Fix the usage of 'python' to get rid of the implicit lang/python (diff)
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=335893
Diffstat (limited to 'www')
-rw-r--r--www/py-djblets/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/py-djblets/Makefile b/www/py-djblets/Makefile
index 9fdc1fbd2627..2008ca003fb8 100644
--- a/www/py-djblets/Makefile
+++ b/www/py-djblets/Makefile
@@ -21,9 +21,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4.2<1.5:${PORTSDIR}/www/py-django1
${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
+USES= shebangfix
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Djblets
+python_OLD_CMD= /usr/bin/env python
+python_CMD= ${PYTHON_CMD}
+SHEBANG_FILES= contrib/internal/build-media.py
+
NO_STAGE= yes
.include <bsd.port.mk>