diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:16:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:42:20 +0800 |
commit | fd5d1873c622148995aff8d658c081ba9f616eba (patch) | |
tree | e0c523afc79d8c30744adda6137292762c1169ce /databases | |
parent | 472389296661a28574f6b866f1a67af53ba2c4ee (diff) | |
download | freebsd-ports-gnome-fd5d1873c622148995aff8d658c081ba9f616eba.tar.gz freebsd-ports-gnome-fd5d1873c622148995aff8d658c081ba9f616eba.tar.zst freebsd-ports-gnome-fd5d1873c622148995aff8d658c081ba9f616eba.zip |
Mark CONFLICTS_INSTALL with xapian-bindings12
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-xapian/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/ruby-xapian/Makefile b/databases/ruby-xapian/Makefile index 16bbe600beff..ed3151d0448a 100644 --- a/databases/ruby-xapian/Makefile +++ b/databases/ruby-xapian/Makefile @@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core +CONFLICTS_INSTALL= xapian-bindings12 + OPTIONS_DEFINE= DOCS PORTSCOUT= limitw:1,even |