diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2014-06-09 11:50:42 +0800 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2014-06-09 11:50:42 +0800 |
commit | 751a29a69044150af126f28b7b1069e710629b03 (patch) | |
tree | 9e568194e34934bc5262e76ccdedca8cbfc77fa1 /misc/translate | |
parent | 07b062b11e52d576ab8cba56b3b53172846fcdfe (diff) | |
download | freebsd-ports-gnome-751a29a69044150af126f28b7b1069e710629b03.tar.gz freebsd-ports-gnome-751a29a69044150af126f28b7b1069e710629b03.tar.zst freebsd-ports-gnome-751a29a69044150af126f28b7b1069e710629b03.zip |
- Add CONFLICTS_INSTALL with textproc/google-translate-cli.
Both ports install the same binary file: bin/translate.
Diffstat (limited to 'misc/translate')
-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 |