diff options
author | kris <kris@FreeBSD.org> | 2006-09-17 09:40:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-17 09:40:34 +0800 |
commit | 60970a408f9a0f9dd1376f52fbd98e5c5786e742 (patch) | |
tree | 7b2892c82724443c4379962daf3912fdf1aaa2dc | |
parent | 55f4a4400ac42e0b8d11efa16c41ffa0594e2e74 (diff) | |
download | freebsd-ports-gnome-60970a408f9a0f9dd1376f52fbd98e5c5786e742.tar.gz freebsd-ports-gnome-60970a408f9a0f9dd1376f52fbd98e5c5786e742.tar.zst freebsd-ports-gnome-60970a408f9a0f9dd1376f52fbd98e5c5786e742.zip |
BROKEN: Incorrect pkg-plist
-rw-r--r-- | textproc/nltk/Makefile | 2 | ||||
-rw-r--r-- | textproc/nltk_lite/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile index 78cce9c887ed..ded818458302 100644 --- a/textproc/nltk/Makefile +++ b/textproc/nltk/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clsung@FreeBSD.org COMMENT= Natural language toolkit written in python +BROKEN= Incorrect pkg-plist + USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes diff --git a/textproc/nltk_lite/Makefile b/textproc/nltk_lite/Makefile index c781bb562dd5..169b60efc8b1 100644 --- a/textproc/nltk_lite/Makefile +++ b/textproc/nltk_lite/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME:C/_.*//} MAINTAINER= clsung@FreeBSD.org COMMENT= Lightweight Natural language toolkit written in python +BROKEN= Incorrect pkg-plist + USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes |