svn commit: r405441 - head/chinese/libchewing

Jason E. Hale jhale at FreeBSD.org
Thu Jan 7 14:37:50 UTC 2016


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


More information about the svn-ports-all mailing list