aboutsummaryrefslogtreecommitdiff
path: root/textproc/cgrep/Makefile
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2020-01-17 19:01:40 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2020-01-17 19:01:40 +0000
commit14c6ca0efa377ea90c67ac70a184804fc9400f12 (patch)
tree6c22a8f549b1999938733db04a28eaa2f673b8ee /textproc/cgrep/Makefile
parent2e05b40e9f3bcd46fc586ce003956175602e12e6 (diff)
downloadports-14c6ca0efa377ea90c67ac70a184804fc9400f12.tar.gz
ports-14c6ca0efa377ea90c67ac70a184804fc9400f12.zip
Add CONFLICTS_INSTALL with textproc/codesearch
Notes
Notes: svn path=/head/; revision=523351
Diffstat (limited to 'textproc/cgrep/Makefile')
-rw-r--r--textproc/cgrep/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/cgrep/Makefile b/textproc/cgrep/Makefile
index b4e71d523d35..f7b83c1c13b4 100644
--- a/textproc/cgrep/Makefile
+++ b/textproc/cgrep/Makefile
@@ -32,4 +32,6 @@ USE_CABAL= StateVar-1.1.1.1 aeson-1.4.2.0 ansi-terminal-0.9 async-2.2.1_1 \
uuid-types-1.0.3 vector-0.12.0.2 vector-algorithms-0.8.0.1 \
yaml-0.11.0.0
+CONFLICTS_INSTALL= codesearch
+
.include <bsd.port.mk>