diff options
author | swills <swills@FreeBSD.org> | 2012-06-11 02:42:48 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-06-11 02:42:48 +0800 |
commit | 811c4be9f0b92363ffcd033d9165287cd6bc9b63 (patch) | |
tree | 5a933c2e64852a72c056cf29e30a9308c7b2c661 /chinese | |
parent | 08572d451b927d5d7517db00347e5eb8a9db625d (diff) | |
download | freebsd-ports-gnome-811c4be9f0b92363ffcd033d9165287cd6bc9b63.tar.gz freebsd-ports-gnome-811c4be9f0b92363ffcd033d9165287cd6bc9b63.tar.zst freebsd-ports-gnome-811c4be9f0b92363ffcd033d9165287cd6bc9b63.zip |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/p5-Lingua-ZH-Keywords/Makefile | 2 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Summarize/Makefile | 2 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Toke/Makefile | 2 | ||||
-rw-r--r-- | chinese/p5-Text-Greeking-zh_TW/Makefile | 2 | ||||
-rw-r--r-- | chinese/scim-fcitx/Makefile | 2 | ||||
-rw-r--r-- | chinese/scim-pinyin/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/chinese/p5-Lingua-ZH-Keywords/Makefile b/chinese/p5-Lingua-ZH-Keywords/Makefile index 9c02aa317715..9cf13740da4c 100644 --- a/chinese/p5-Lingua-ZH-Keywords/Makefile +++ b/chinese/p5-Lingua-ZH-Keywords/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Chinese Keywords Extraction via Lingua::ZH::TaBE BUILD_DEPENDS= p5-Lingua-ZH-TaBE>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/chinese/p5-Lingua-ZH-Summarize/Makefile b/chinese/p5-Lingua-ZH-Summarize/Makefile index 2232cddf7494..1802c36f2be4 100644 --- a/chinese/p5-Lingua-ZH-Summarize/Makefile +++ b/chinese/p5-Lingua-ZH-Summarize/Makefile @@ -17,7 +17,7 @@ COMMENT= Chinese Text Summarization BUILD_DEPENDS= p5-Lingua-ZH-Toke>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-Toke \ p5-Lingua-ZH-Wrap>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-Wrap -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/chinese/p5-Lingua-ZH-Toke/Makefile b/chinese/p5-Lingua-ZH-Toke/Makefile index f882612682b7..469f967d1b82 100644 --- a/chinese/p5-Lingua-ZH-Toke/Makefile +++ b/chinese/p5-Lingua-ZH-Toke/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A Chinese Tokenizer on steroids BUILD_DEPENDS= p5-Lingua-ZH-TaBE>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/chinese/p5-Text-Greeking-zh_TW/Makefile b/chinese/p5-Text-Greeking-zh_TW/Makefile index f78dd13f0acd..6d6d109fb9d9 100644 --- a/chinese/p5-Text-Greeking-zh_TW/Makefile +++ b/chinese/p5-Text-Greeking-zh_TW/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generate meaningless Chinese text that creates the illusion of the document RUN_DEPENDS= p5-common-sense>=2.02:${PORTSDIR}/devel/p5-common-sense -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile index f521566c7858..c3bcdc84f1c2 100644 --- a/chinese/scim-fcitx/Makefile +++ b/chinese/scim-fcitx/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An SCIM IMEngine module for fcitx RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} USE_BZIP2= yes USE_GMAKE= yes diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index e86e9c2222a6..a500cfe93781 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SCIM Chinese Smart Pinyin input method BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= gnomehack lthack USE_ICONV= yes |