diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2005-01-18 20:55:05 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2005-01-18 20:55:05 +0000 |
commit | 6be5377970390dc0272f6f73d65fb0aef614d4b7 (patch) | |
tree | 2b99b8a9f3e94140d4de85a56484f65f31a9b604 /security | |
parent | 43443eb507f5aa646196bfdf461328ae71e6f31d (diff) |
Notes
Diffstat (limited to 'security')
-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 |