diff options
author | mandree <mandree@FreeBSD.org> | 2017-10-30 08:16:28 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-10-30 08:16:28 +0800 |
commit | 2039bd0bf0a0b466fd893dc8d302dcf2284572e3 (patch) | |
tree | 1da33f2644e0118eccef3bb4a5aec92fb9a03e9e /sysutils | |
parent | da99ff3c4f1d651f43e817108b8dc2791811c572 (diff) | |
download | freebsd-ports-gnome-2039bd0bf0a0b466fd893dc8d302dcf2284572e3.tar.gz freebsd-ports-gnome-2039bd0bf0a0b466fd893dc8d302dcf2284572e3.tar.zst freebsd-ports-gnome-2039bd0bf0a0b466fd893dc8d302dcf2284572e3.zip |
Add CONFLICTS between krb5-* and e2fsprogs.
Reported by: jbeich@
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index bae0556218e1..e422a1cdb0ea 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -18,6 +18,8 @@ LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} PORTSCOUT= ignore # cannot handle the version in the directory +CONFLICTS_INSTALL= krb5-[0-9d]* + .if !defined(MASTERDIR) BROKEN_aarch64= fails to link: missing sbrk .endif |