svn commit: r428752 - head/chinese/libchewing

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 17 12:58:38 UTC 2016


Author: sunpoet
Date: Sat Dec 17 12:58:36 2016
New Revision: 428752
URL: https://svnweb.freebsd.org/changeset/ports/428752

Log:
  - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
  - Use = instead of += for CMAKE_ARGS

Modified:
  head/chinese/libchewing/Makefile

Modified: head/chinese/libchewing/Makefile
==============================================================================
--- head/chinese/libchewing/Makefile	Sat Dec 17 12:58:32 2016	(r428751)
+++ head/chinese/libchewing/Makefile	Sat Dec 17 12:58:36 2016	(r428752)
@@ -13,14 +13,12 @@ COMMENT=	Chewing intelligent phonetic in
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
-
-USES=		cmake libtool pathfix pkgconfig sqlite tar:bzip2
+USES=		cmake libtool makeinfo 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