diff options
-rw-r--r-- | net/dhcpcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 1c0734ad43b3..bfb982147928 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -16,7 +16,7 @@ COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe tar:xz +USES= compiler:c11 cpe tar:xz CPE_VENDOR= dhcpcd_project GNU_CONFIGURE= yes |