diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-25 06:32:36 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-25 06:32:36 +0800 |
commit | 42c8c1d6f03c74448da56b85ef48dad3224c1f60 (patch) | |
tree | a86d30d1f791a8c8d6c3253310fa92b735a2ac9d /textproc/lucene | |
parent | 46c13b43e79501c810f4318f375083ddb409e05c (diff) | |
download | freebsd-ports-gnome-42c8c1d6f03c74448da56b85ef48dad3224c1f60.tar.gz freebsd-ports-gnome-42c8c1d6f03c74448da56b85ef48dad3224c1f60.tar.zst freebsd-ports-gnome-42c8c1d6f03c74448da56b85ef48dad3224c1f60.zip |
- introduce Lucene 4.x branch to ports
- set CONFLICTS and LATEST_LINK accordingly
Diffstat (limited to 'textproc/lucene')
-rw-r--r-- | textproc/lucene/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/lucene/Makefile b/textproc/lucene/Makefile index c469fca0b63f..e2aa5f314d62 100644 --- a/textproc/lucene/Makefile +++ b/textproc/lucene/Makefile @@ -13,6 +13,8 @@ COMMENT= A full-text search engine for Java LICENSE= AL2 +CONFLICTS= lucene4-[0-9].* + USE_JAVA= yes NO_BUILD= yes JAVA_VERSION= 1.6+ |