diff options
author | wg <wg@FreeBSD.org> | 2014-10-07 19:41:41 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-07 19:41:41 +0800 |
commit | f0a945e826dcc02a1359fc7f8636455ef56065e9 (patch) | |
tree | d7eea4feba9f2b4372fdce17cb94827efa67ce8d | |
parent | 9d2ebdffad4e920d3b2f0f372ae78f0e348b354c (diff) | |
download | freebsd-ports-gnome-f0a945e826dcc02a1359fc7f8636455ef56065e9.tar.gz freebsd-ports-gnome-f0a945e826dcc02a1359fc7f8636455ef56065e9.tar.zst freebsd-ports-gnome-f0a945e826dcc02a1359fc7f8636455ef56065e9.zip |
www/diamanda: mark as broken, does not work with www/py-django anymore
- Switch from py-imaging to py-pillow
- Remove manual cat PKGMESSAGE
With hat: python
Approved by: portmgr (bdrewery, implicit)
-rw-r--r-- | www/diamanda/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/diamanda/Makefile b/www/diamanda/Makefile index b2d178bbdc11..1b4cdb8b1226 100644 --- a/www/diamanda/Makefile +++ b/www/diamanda/Makefile @@ -14,15 +14,15 @@ COMMENT= Set of useful Django applications RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/__init__.py:${PORTSDIR}/www/py-django \ ${PYTHON_SITELIBDIR}/stripogram/__init__.py:${PORTSDIR}/textproc/py-stripogram \ ${PYTHON_SITELIBDIR}/polib.py:${PORTSDIR}/devel/py-polib \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow SNAPSHOT= 2007.04.26 WRKSRC= ${WRKDIR}/${PORTNAME} +BROKEN= Does not work with current django NO_BUILD= yes -USE_PYTHON= yes -USES= tar:bzip2 gettext +USES= gettext python tar:bzip2 SUB_FILES= pkg-message .include <bsd.port.pre.mk> @@ -35,7 +35,4 @@ do-install: @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} -post-install: - ${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> |