diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2021-11-23 23:11:40 +0100 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2021-11-23 23:11:40 +0100 |
| commit | 5933ac0b099d61d98eb531d373cf57a8927bc7af (patch) | |
| tree | fc0ebf2ac7225dec2aa7f2a7b0efbb91919c1030 /net/haproxy17 | |
| parent | lang/guile2: define _WITH_CPU_SET_T to fix build on -CURRENT (diff) | |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
Diffstat (limited to 'net/haproxy17')
| -rw-r--r-- | net/haproxy17/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy17/Makefile b/net/haproxy17/Makefile index 044b96a7ffab..572b736fb8a9 100644 --- a/net/haproxy17/Makefile +++ b/net/haproxy17/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= multi BROKEN_mips= fails to build: undefined reference to '__sync_sub_and_fetch_4' BROKEN_mips64= fails to build: undefined reference to '__sync_sub_and_fetch_4' -CONFLICTS_INSTALL= haproxy-[0-9]* haproxy-devel-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* haproxy20-[0-9]* haproxy21-[0-9]* +CONFLICTS_INSTALL= haproxy haproxy-devel haproxy18 haproxy19 haproxy20 haproxy21 USES= cpe gmake USE_RC_SUBR= haproxy |
