diff --git a/security/w3af/Makefile b/security/w3af/Makefile index 890322bc9674..4339eaa0b27b 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}soappy>=0:${PORTSDIR}/net/py-soappy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}fpconst>0:${PORTSDIR}/math/py-fpconst \ - ${PYTHON_PKGNAMEPREFIX}nltk>0:${PORTSDIR}/textproc/nltk \ + ${PYTHON_PKGNAMEPREFIX}nltk>0:${PORTSDIR}/textproc/py-nltk \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pdf>0:${PORTSDIR}/print/py-pdf \ scapy>0:${PORTSDIR}/net/scapy \ diff --git a/textproc/Makefile b/textproc/Makefile index 13089dd61fe5..c19931ac0aca 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -458,7 +458,6 @@ SUBDIR += nl-hunspell SUBDIR += nl-hyphen SUBDIR += nl-mythes - SUBDIR += nltk SUBDIR += nn-aspell SUBDIR += no-hunspell SUBDIR += nunnimcax @@ -1195,6 +1194,7 @@ SUBDIR += py-markdown SUBDIR += py-markdown2 SUBDIR += py-mistune + SUBDIR += py-nltk SUBDIR += py-openpyxl SUBDIR += py-openpyxl1 SUBDIR += py-paragrep diff --git a/textproc/nltk/Makefile b/textproc/py-nltk/Makefile similarity index 100% rename from textproc/nltk/Makefile rename to textproc/py-nltk/Makefile diff --git a/textproc/nltk/distinfo b/textproc/py-nltk/distinfo similarity index 100% rename from textproc/nltk/distinfo rename to textproc/py-nltk/distinfo diff --git a/textproc/nltk/pkg-descr b/textproc/py-nltk/pkg-descr similarity index 100% rename from textproc/nltk/pkg-descr rename to textproc/py-nltk/pkg-descr