diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-03-16 06:28:27 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-03-16 06:28:27 +0000 |
commit | fa52946d6ed3a6ffa8cb05564071e8a2698b7b81 (patch) | |
tree | 8cf349c5117dfd38d99b6c1b5962433a58580f0f /chinese/docproj/Makefile | |
parent | c99def19e5bbd3742680fd34f834b7e9dc0669ce (diff) |
Notes
Diffstat (limited to 'chinese/docproj/Makefile')
-rw-r--r-- | chinese/docproj/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chinese/docproj/Makefile b/chinese/docproj/Makefile index 360dd6b87c49..740c0acc0375 100644 --- a/chinese/docproj/Makefile +++ b/chinese/docproj/Makefile @@ -8,7 +8,7 @@ # PORTNAME= docproj -PORTVERSION= 0.1.20060226 +PORTVERSION= 0.1.20060303 CATEGORIES= chinese MASTER_SITES= # none PKGNAMEPREFIX= zh- @@ -20,8 +20,9 @@ DISTFILES= # none MAINTAINER= delphij@FreeBSD.org COMMENT= Supportive tools for Chinese docproj build -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +RUN_DEPENDS= gbklatex:${PORTSDIR}/chinese/CJK \ + html2text:${PORTSDIR}/textproc/html2text WRKSRC= ${WRKDIR}/src |