aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp41-server
diff options
context:
space:
mode:
Diffstat (limited to 'net/isc-dhcp41-server')
-rw-r--r--net/isc-dhcp41-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/isc-dhcp41-server/Makefile b/net/isc-dhcp41-server/Makefile
index 412d20c5b212..a444d7150264 100644
--- a/net/isc-dhcp41-server/Makefile
+++ b/net/isc-dhcp41-server/Makefile
@@ -41,13 +41,13 @@ OPTIONS+= DHCP_PARANOIA "Enable support for chroot" on \
# PORTREVISION and CONFLICTS handling
.if ${SUBSYS} == client
-CONFLICTS= isc-dhcp3?-client*
+CONFLICTS= isc-dhcp3?-client* isc-dhcp4[2-9]-client*
DHCP_PORTREVISION= ${PORTREVISION_CLIENT}
.elif ${SUBSYS} == relay
-CONFLICTS= isc-dhcp3?-relay*
+CONFLICTS= isc-dhcp3?-relay* isc-dhcp4[2-9]-relay*
DHCP_PORTREVISION= ${PORTREVISION_RELAY}
.else
-CONFLICTS= isc-dhcp3?-server*
+CONFLICTS= isc-dhcp3?-server* isc-dhcp4[2-9]-server*
DHCP_PORTREVISION= ${PORTREVISION_SERVER}
.endif