Add missing BUILD_DEPENDS on shells/bash.
Pointed out by naddy@, thanks!
This commit is contained in:
parent
55b581d948
commit
d34247757e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2021/03/22 09:36:40 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2021/03/23 16:35:01 fcambus Exp $
|
||||
|
||||
COMMENT= tool for manipulating IPv6 addresses
|
||||
|
||||
@ -14,6 +14,8 @@ PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c crypto m
|
||||
|
||||
BUILD_DEPENDS= shells/bash
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GMAKE= Yes
|
||||
MAKE_FLAGS= DEFAULT_CFLAGS=
|
||||
|
Loading…
Reference in New Issue
Block a user