diff options
author | pav <pav@FreeBSD.org> | 2011-07-22 06:55:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-22 06:55:11 +0800 |
commit | 1263c6c6aa977e05f908c44904a2ff197ed32f09 (patch) | |
tree | f181dc9627828bdba7eb0cee3ed508514f2c6e5b /textproc | |
parent | e09611e05278a79b58b7ceb2706ab3ead2af81be (diff) | |
download | freebsd-ports-gnome-1263c6c6aa977e05f908c44904a2ff197ed32f09.tar.gz freebsd-ports-gnome-1263c6c6aa977e05f908c44904a2ff197ed32f09.tar.zst freebsd-ports-gnome-1263c6c6aa977e05f908c44904a2ff197ed32f09.zip |
- Mark BROKEN: does not build
cp: /work/a/ports/textproc/py-lucene/work/../../lucene/work/lucene-2.4.1: No such file or directory
Reported by: pointyhat
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-lucene/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index eff93cf73917..6d0dd82edc4f 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ ${PYTHON_PKGNAMEPREFIX}jcc>0:${PORTSDIR}/devel/py-jcc \ ${NONEXISTENT}:${PORTSDIR}/textproc/lucene:extract +BROKEN= does not build + USE_PYTHON= 2.5+ USE_GCC= 4.2+ USE_JAVA= yes |