diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-23 22:05:49 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-23 22:05:49 +0800 |
commit | 83c0b4da8cd5cde047a5cefdf96682a58dd70379 (patch) | |
tree | 7c0aec0085b0c46256871266d6256f754a0a5d0d /chinese | |
parent | 04e71a7ed5c23c9080ab1c3da0230ae38a79d1a4 (diff) | |
download | freebsd-ports-gnome-83c0b4da8cd5cde047a5cefdf96682a58dd70379.tar.gz freebsd-ports-gnome-83c0b4da8cd5cde047a5cefdf96682a58dd70379.tar.zst freebsd-ports-gnome-83c0b4da8cd5cde047a5cefdf96682a58dd70379.zip |
Fix MAKE_CMD to be scons after r381976
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/sunpinyin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 32945e67f63a..c4ef11a2e565 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 MAKE_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share USE_LDCONFIG= yes -USES= scons gmake iconv pkgconfig tar:xz +USES= gmake scons iconv pkgconfig tar:xz LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} INSTALL_TARGET= install --install-sandbox=${STAGEDIR} |