diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-12 09:12:57 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-12 09:12:57 +0000 |
commit | 3c089c162beedafe4420ef2bc22740bcd8051e70 (patch) | |
tree | fedc44652b8dcc9559b5270d68be3d29e67c06e8 /chinese/docproj | |
parent | 868910fb14696646840f85dc1e7cb4b4601179e2 (diff) | |
download | ports-3c089c162beedafe4420ef2bc22740bcd8051e70.tar.gz ports-3c089c162beedafe4420ef2bc22740bcd8051e70.zip |
Notes
Diffstat (limited to 'chinese/docproj')
-rw-r--r-- | chinese/docproj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/docproj/Makefile b/chinese/docproj/Makefile index f6a445a51b61..b6990aef411c 100644 --- a/chinese/docproj/Makefile +++ b/chinese/docproj/Makefile @@ -21,9 +21,10 @@ DISTFILES= # none MAINTAINER= delphij@FreeBSD.org COMMENT= Supportive tools for Chinese docproj build -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv RUN_DEPENDS= gbklatex:${PORTSDIR}/chinese/CJK +USE_ICONV= yes + WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src |