diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-09-10 15:57:41 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-09-10 15:57:41 +0000 |
commit | 0c685f62d6d440ece8db17268d77c7808ea83252 (patch) | |
tree | 5de28ea64e0c82701444a31d6f317cfabfc03344 | |
parent | Fix compatibility with squid26 and squid30. (diff) |
- Actually fix build by adding run depends to build depends. Needed
since manpages are generated by running the programs.
Reported by: linimon
Notes
Notes:
svn path=/head/; revision=199285
-rw-r--r-- | textproc/translate-toolkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index e96734ed28c3..18991ac93312 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -14,11 +14,12 @@ MASTER_SITES= SF/translate MAINTAINER= infofarmer@FreeBSD.org COMMENT= Converts between many translation formats -RUN_DEPENDS= py*-levenshtein>=0:${PORTSDIR}/devel/py-levenshtein \ +BUILD_DEPENDS= py*-levenshtein>=0:${PORTSDIR}/devel/py-levenshtein \ iso-codes>=1.3:${PORTSDIR}/misc/iso-codes \ bash:${PORTSDIR}/shells/bash \ py*-elementtree>=0:${PORTSDIR}/devel/py-elementtree \ msghack:${PORTSDIR}/devel/gettext-msghack +RUN_DEPENDS:= ${BUILD_DEPENDS} # Can use psyco (on i386) # po2html may require utidylib |