aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-17 09:40:34 +0800
committerkris <kris@FreeBSD.org>2006-09-17 09:40:34 +0800
commit60970a408f9a0f9dd1376f52fbd98e5c5786e742 (patch)
tree7b2892c82724443c4379962daf3912fdf1aaa2dc
parent55f4a4400ac42e0b8d11efa16c41ffa0594e2e74 (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--textproc/nltk_lite/Makefile2
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