diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-02-23 00:23:55 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-02-23 00:23:55 +0000 |
commit | 7a0e151ed0981e277e59f71a045157a6eb18e764 (patch) | |
tree | 9f6e143c4eebf31d6144b7e465abe0a8e64c076d /textproc | |
parent | 827b5a79b16fad040c7f9f1a1fde7a9320671aa4 (diff) | |
download | ports-7a0e151ed0981e277e59f71a045157a6eb18e764.tar.gz ports-7a0e151ed0981e277e59f71a045157a6eb18e764.zip |
Notes
Diffstat (limited to 'textproc')
-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 e2aa5f314d62..42718dcb5ba4 100644 --- a/textproc/lucene/Makefile +++ b/textproc/lucene/Makefile @@ -15,6 +15,8 @@ LICENSE= AL2 CONFLICTS= lucene4-[0-9].* +PORTSCOUT= limit:3.*$$ + USE_JAVA= yes NO_BUILD= yes JAVA_VERSION= 1.6+ |