diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-27 15:17:26 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-27 15:17:26 +0000 |
commit | 0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb (patch) | |
tree | f3f7b9324d9c9494194594bd3988fec89115e7cc /chinese/sunpinyin | |
parent | 014bb2aecc0a535d90bcdbfd11ca59bb56916c4d (diff) | |
download | ports-0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb.tar.gz ports-0a0bcfbc545bf7321d1d9baa89b628a221cdd3eb.zip |
Notes
Diffstat (limited to 'chinese/sunpinyin')
-rw-r--r-- | chinese/sunpinyin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 64e0c1c13f90..752088ffeb8c 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -23,7 +23,8 @@ USE_XZ= yes USE_SCONS= yes SCONS_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share USE_LDCONFIG= yes -USES= gmake pkgconfig +USES= gmake iconv pkgconfig +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} NO_STAGE= yes post-patch: |