diff options
author | jhale <jhale@FreeBSD.org> | 2016-01-07 22:37:49 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-01-07 22:37:49 +0800 |
commit | 748fe408902f856a59f0362b59faaa967624d441 (patch) | |
tree | 3ccbc552574cc3596a13de2fcb72486b0e6bfb91 /chinese | |
parent | df599f7ca9fefbc68db5941b2a665d4bd4145d1b (diff) | |
download | freebsd-ports-gnome-748fe408902f856a59f0362b59faaa967624d441.tar.gz freebsd-ports-gnome-748fe408902f856a59f0362b59faaa967624d441.tar.zst freebsd-ports-gnome-748fe408902f856a59f0362b59faaa967624d441.zip |
- Switch to USE_SQLITE
- Remove unnecessary gmake build dependency
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libchewing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index ee4e0d43b3a6..ed054c6c0471 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -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 |