diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-10-20 06:04:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-10-20 06:04:47 +0000 |
commit | f323113550e69a2da39614cb54331fc2c1c76da2 (patch) | |
tree | 065625430f3994686bbc9a8a385ee3ca5196bd32 /textproc | |
parent | d4e51de306c2489c2ae12c47c8e75e061739a465 (diff) |
- bump PORTREVISION, due to the update of devel/py-jcc
Notes
Notes:
svn path=/head/; revision=221820
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-lucene/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index 6906e72d786a..15362cdec6a2 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -8,7 +8,7 @@ PORTNAME= PyLucene PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc devel python MASTER_SITES= http://downloads.osafoundation.org/PyLucene/jcc/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,7 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ EXTRACT_DEPENDS=lucene>=2.3.2:${PORTSDIR}/textproc/lucene:extract USE_PYTHON= 2.4+ +USE_GCC= 4.2+ USE_JAVA= yes JAVA_VERSION= 1.4+ USE_GMAKE= yes |