diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 20:58:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 20:58:36 +0800 |
commit | 96c1363d5e1f6b63ca27f1c366e70bbd54fc01f1 (patch) | |
tree | 741923579f8190bd1f398d09948d28fb53139032 | |
parent | 58b3d354f2a8a644786d73b3c1f3b39ff97dc35e (diff) | |
download | freebsd-ports-gnome-96c1363d5e1f6b63ca27f1c366e70bbd54fc01f1.tar.gz freebsd-ports-gnome-96c1363d5e1f6b63ca27f1c366e70bbd54fc01f1.tar.zst freebsd-ports-gnome-96c1363d5e1f6b63ca27f1c366e70bbd54fc01f1.zip |
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Use = instead of += for CMAKE_ARGS
-rw-r--r-- | chinese/libchewing/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 04cb097f1b12..c4d89b16f945 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -13,14 +13,12 @@ COMMENT= Chewing intelligent phonetic input method library 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 |