[Midnightbsd-cvs] mports [20164] trunk/textproc/clucene/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 6 10:48:09 EDT 2015


Revision: 20164
          http://svnweb.midnightbsd.org/mports/?rev=20164
Author:   laffer1
Date:     2015-09-06 10:48:09 -0400 (Sun, 06 Sep 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/textproc/clucene/Makefile

Modified: trunk/textproc/clucene/Makefile
===================================================================
--- trunk/textproc/clucene/Makefile	2015-09-06 14:47:18 UTC (rev 20163)
+++ trunk/textproc/clucene/Makefile	2015-09-06 14:48:09 UTC (rev 20164)
@@ -2,6 +2,7 @@
 
 PORTNAME=	clucene
 PORTVERSION=	2.3.3.4
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3
 DISTNAME=	${PORTNAME}-core-${PORTVERSION}
@@ -8,12 +9,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	CLucene is a C++ port of Lucene
+
 LICENSE=	apache2
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
 
-USE_CMAKE=	yes
-USE_ICONV=	yes
+USES=		cmake iconv
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DBUILD_CONTRIBS_LIB=ON



More information about the Midnightbsd-cvs mailing list