diff options
author | nivit <nivit@FreeBSD.org> | 2014-06-09 11:50:42 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2014-06-09 11:50:42 +0800 |
commit | cc3854ee53aa6f5d320765736ce100180782f76d (patch) | |
tree | 9e568194e34934bc5262e76ccdedca8cbfc77fa1 /misc | |
parent | 6091a8546ae1a7c7170079aed090571e5e6d3cc1 (diff) | |
download | freebsd-ports-gnome-cc3854ee53aa6f5d320765736ce100180782f76d.tar.gz freebsd-ports-gnome-cc3854ee53aa6f5d320765736ce100180782f76d.tar.zst freebsd-ports-gnome-cc3854ee53aa6f5d320765736ce100180782f76d.zip |
- Add CONFLICTS_INSTALL with textproc/google-translate-cli.
Both ports install the same binary file: bin/translate.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/translate/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/translate/Makefile b/misc/translate/Makefile index 85bd83ea493c..b126fae3c899 100644 --- a/misc/translate/Makefile +++ b/misc/translate/Makefile @@ -11,6 +11,9 @@ COMMENT= Translates string using Babelfish RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +# same binary file bin/translate +CONFLICTS_INSTALL= google-translate-cli-* + USES= perl5 shebangfix NO_BUILD= yes |