diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-13 14:18:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-13 14:18:58 +0000 |
commit | 6d93596b18261206e1826ef4c12de73ffbb6549d (patch) | |
tree | 4383e216684db0c82ef5487fd4dbdf3c362120b6 /chinese/sunpinyin | |
parent | 12835d1061b3ff2993c1dc5da60277305753551c (diff) |
Notes
Diffstat (limited to 'chinese/sunpinyin')
-rw-r--r-- | chinese/sunpinyin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 752088ffeb8c..2415a26c9de0 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -20,10 +20,9 @@ LICENSE_COMB= dual LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 USE_XZ= yes -USE_SCONS= yes -SCONS_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share +MAKE_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share USE_LDCONFIG= yes -USES= gmake iconv pkgconfig +USES= scons gmake iconv pkgconfig LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} NO_STAGE= yes |