Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 16:32:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428775 - head/chinese/libchewing
Message-ID:  <201612171632.uBHGWl8a070721@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 17 16:32:46 2016
New Revision: 428775
URL: https://svnweb.freebsd.org/changeset/ports/428775

Log:
  Revert r428752 and unbreak
  
  Pointy hat:	sunpoet

Modified:
  head/chinese/libchewing/Makefile

Modified: head/chinese/libchewing/Makefile
==============================================================================
--- head/chinese/libchewing/Makefile	Sat Dec 17 16:31:28 2016	(r428774)
+++ head/chinese/libchewing/Makefile	Sat Dec 17 16:32:46 2016	(r428775)
@@ -13,12 +13,14 @@ COMMENT=	Chewing intelligent phonetic in
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake libtool makeinfo pathfix pkgconfig sqlite tar:bzip2
+BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
+
+USES=		cmake libtool pathfix pkgconfig sqlite tar:bzip2
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	chewing
 
-CMAKE_ARGS=	-DMAKEINFO=${LOCALBASE}/bin/makeinfo
+CMAKE_ARGS+=	-DMAKEINFO=${LOCALBASE}/bin/makeinfo
 CFLAGS+=	-I${LOCALBASE}/include
 INFO=		libchewing
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171632.uBHGWl8a070721>