From 622f3658f075bd89831a16588269f7b9d34df4bb Mon Sep 17 00:00:00 2001 From: clsung Date: Wed, 28 Sep 2011 02:52:29 +0000 Subject: - unbreak PR: ports/159151 Submitted by: Pedro Giffuni --- textproc/py-lucene/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index 6d0dd82edc4f..c02449cf90ca 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -22,15 +22,13 @@ 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 JAVA_VERSION= 1.5+ USE_GMAKE= yes PATCHSET= -1 -LUCENE_VER= 2.4.1 +LUCENE_VER= 2.9.4 EGG_INFO= lucene-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}.egg-info #EGG_INFO= lucene-${LUCENE_VER}-${PYTHON_VERSION:S/thon//}.egg-info -- cgit