diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 11:09:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 11:09:18 +0000 |
commit | dd068713ea8e74e7689af5f8dd540b1cc1a57ea0 (patch) | |
tree | e8b2780fdeba9815f8edd69b538d304b635203fa /textproc/py-feedparser | |
parent | a99be9477137b96380faced85bf4c4e9458309b0 (diff) |
Notes
Diffstat (limited to 'textproc/py-feedparser')
-rw-r--r-- | textproc/py-feedparser/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 18a010cd5973..e5500d2808fa 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -26,10 +26,6 @@ USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 240 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cjkcodecs/__init__.py:${PORTSDIR}/converters/py-cjkcodecs -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |