diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-06-06 09:32:10 +0800 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-06-06 09:32:10 +0800 |
commit | bf9b4027ae569a02bd5179a807c2285ec68b80d2 (patch) | |
tree | 5265cd43325b1fa7bb6f411aa44cbbe869f7965d /net-mgmt/zabbix4-server | |
parent | 87b68a4ca146cb2dae6894b187f4fe42774025ed (diff) | |
download | freebsd-ports-gnome-bf9b4027ae569a02bd5179a807c2285ec68b80d2.tar.gz freebsd-ports-gnome-bf9b4027ae569a02bd5179a807c2285ec68b80d2.tar.zst freebsd-ports-gnome-bf9b4027ae569a02bd5179a807c2285ec68b80d2.zip |
net-mgmt/zabbix*: Change conflicts
They can be built when the other ports are already installed,
but they cannot coexist.
Approved by: portmgr blanket
Diffstat (limited to 'net-mgmt/zabbix4-server')
-rw-r--r-- | net-mgmt/zabbix4-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix4-server/Makefile b/net-mgmt/zabbix4-server/Makefile index e704188410e3..bacfa69d0578 100644 --- a/net-mgmt/zabbix4-server/Makefile +++ b/net-mgmt/zabbix4-server/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre -CONFLICTS= zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-35-9]${PKGNAMESUFFIX} +CONFLICTS_INSTALL= zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-35-9]${PKGNAMESUFFIX} ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} |