diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
commit | 5854aef32b282db6a4bbbdcdf97e30d42fece9e4 (patch) | |
tree | db7118d3583c976de456e5077ec5b89526b5c974 /chinese | |
parent | 0bfc2587f59a1035e84377aee4689423a964c619 (diff) | |
download | freebsd-ports-graphics-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.gz freebsd-ports-graphics-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.zst freebsd-ports-graphics-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.zip |
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
Diffstat (limited to 'chinese')
-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 f6a445a51b6..b6990aef411 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 |