Date: Sat, 17 Dec 2016 12:58:36 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428752 - head/chinese/libchewing Message-ID: <201612171258.uBHCwaYZ080103@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171258.uBHCwaYZ080103>