summaryrefslogtreecommitdiff
path: root/graphics/py-pillow
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:35:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:35:44 +0000
commiteb08c5441cf4772f805b99523084b12164ed2495 (patch)
treef4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/py-pillow
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Notes
Notes: svn path=/head/; revision=327733
Diffstat (limited to 'graphics/py-pillow')
-rw-r--r--graphics/py-pillow/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile
index edb7183722c1..95a96a692871 100644
--- a/graphics/py-pillow/Makefile
+++ b/graphics/py-pillow/Makefile
@@ -31,4 +31,5 @@ regression-test: extract
${PYTHON_CMD} ${PYSETUP} build_ext -i && \
${PYTHON_CMD} selftest.py
+NO_STAGE= yes
.include <bsd.port.mk>