Date: Thu, 7 Jan 2016 14:37:49 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405441 - head/chinese/libchewing Message-ID: <201601071437.u07Ebnm0021697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Thu Jan 7 14:37:49 2016 New Revision: 405441 URL: https://svnweb.freebsd.org/changeset/ports/405441 Log: - Switch to USE_SQLITE - Remove unnecessary gmake build dependency Modified: head/chinese/libchewing/Makefile Modified: head/chinese/libchewing/Makefile ============================================================================== --- head/chinese/libchewing/Makefile Thu Jan 7 14:17:13 2016 (r405440) +++ head/chinese/libchewing/Makefile Thu Jan 7 14:37:49 2016 (r405441) @@ -14,9 +14,9 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -USES= cmake gmake libtool pathfix pkgconfig tar:bzip2 +USES= cmake libtool pathfix pkgconfig tar:bzip2 +USE_SQLITE= yes USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= chewing
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601071437.u07Ebnm0021697>