svn commit: r428775 - head/chinese/libchewing

Antoine Brodin antoine at FreeBSD.org
Sat Dec 17 16:32:48 UTC 2016


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
 


More information about the svn-ports-head mailing list