diff options
author | delphij <delphij@FreeBSD.org> | 2006-03-16 14:28:27 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-03-16 14:28:27 +0800 |
commit | 1fd05bc6e54b948ad3e8598332a88fda1e61c024 (patch) | |
tree | 959c601ad72ef6a336c4682f1574fb77a7424b76 /chinese/docproj/Makefile | |
parent | fc7e67b8759dcbed76fdc335f6a1a5f7ff68c445 (diff) | |
download | freebsd-ports-graphics-1fd05bc6e54b948ad3e8598332a88fda1e61c024.tar.gz freebsd-ports-graphics-1fd05bc6e54b948ad3e8598332a88fda1e61c024.tar.zst freebsd-ports-graphics-1fd05bc6e54b948ad3e8598332a88fda1e61c024.zip |
Separate the PNG embedding utility (fixrtf) out of the port, as
it can be used for all languages, not just CJK.
Requested by: hrs
Approved by: clive
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 360dd6b87c4..740c0acc037 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 |