diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-30 20:55:18 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-30 20:55:18 +0000 |
commit | 4fb1cfb1cd39cc9eebf2dca04766b8bb32d2851d (patch) | |
tree | 3ac0539929df7ded62928608363897c24273f689 /textproc/clucene | |
parent | 15ed6235586fa434f1987dc7a0f0a26164d59b33 (diff) | |
download | ports-4fb1cfb1cd39cc9eebf2dca04766b8bb32d2851d.tar.gz ports-4fb1cfb1cd39cc9eebf2dca04766b8bb32d2851d.zip |
Notes
Diffstat (limited to 'textproc/clucene')
-rw-r--r-- | textproc/clucene/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile index 78f2694d5ea8..17805c1ce7bc 100644 --- a/textproc/clucene/Makefile +++ b/textproc/clucene/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-core-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= CLucene is a C++ port of Lucene -LICENSE= AL2 LGPL21 +LICENSE= APACHE20 LGPL21 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs |