diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 00:28:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 00:28:36 +0000 |
commit | a10a2e11f7ade4ac56258b080c482f9288b1ca81 (patch) | |
tree | 33893ef45fc86e5abe83b8201b5bc2326ebc51aa /textproc/py-lucene/Makefile | |
parent | ec7d25566207259c709e2edcf848031ac362a2d5 (diff) | |
download | ports-a10a2e11f7ade4ac56258b080c482f9288b1ca81.tar.gz ports-a10a2e11f7ade4ac56258b080c482f9288b1ca81.zip |
Notes
Diffstat (limited to 'textproc/py-lucene/Makefile')
-rw-r--r-- | textproc/py-lucene/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index 43419de6f18a..970d1f18de2e 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -19,8 +19,8 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A GCJ-compiled version of Java Lucene integrated with Python BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ - ${PYTHON_PKGNAMEPREFIX}jcc>0:${PORTSDIR}/devel/py-jcc \ - ${NONEXISTENT}:${PORTSDIR}/textproc/lucene:extract + ${PYTHON_PKGNAMEPREFIX}jcc>0:${PORTSDIR}/devel/py-jcc +FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/textproc/lucene:extract USE_PYTHON= 2.5+ USE_GCC= 4.2+ |