diff options
author | nectar <nectar@FreeBSD.org> | 2005-01-19 04:55:05 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-01-19 04:55:05 +0800 |
commit | 28f58c7eacdbd9c2ceaf30f2074f9fd6519a547b (patch) | |
tree | 6ea5bb2281dd00e773ee612161d9a76c24b32687 /security/heimdal | |
parent | 4966ba322ea3441a41adc1876ba1b74157b514e1 (diff) | |
download | freebsd-ports-gnome-28f58c7eacdbd9c2ceaf30f2074f9fd6519a547b.tar.gz freebsd-ports-gnome-28f58c7eacdbd9c2ceaf30f2074f9fd6519a547b.tar.zst freebsd-ports-gnome-28f58c7eacdbd9c2ceaf30f2074f9fd6519a547b.zip |
Add CONFLICTS due to libexec/ftpd.
PR: ports/76235
Approved by: ache, sumikawa (maintainers for wu-ftpd*)
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index a25a4c8dc526..84e24bb5347f 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -45,6 +45,8 @@ CONFIGURE_ARGS+= --without-x .if defined(HEIMDAL_HOME) PREFIX= ${HEIMDAL_HOME} +.else +CONFLICTS= wu-ftpd-[0-9]* wu-ftpd+ipv6-[0-9]* .endif INFO= heimdal |