diff options
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} |