Change .error to IGNORE so index building doesn't fail for unsupported
WITH_BDB_VER settings.
This commit is contained in:
parent
533795c862
commit
c48ed6d9c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139986
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41
|
|||
CPPFLAGS+= -I${LOCALBASE}/include/db41
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/db41 -ldb41
|
||||
.else
|
||||
.error WITH_BDB_VER must be 41 or 42
|
||||
IGNORE= WITH_BDB_VER must be 41 or 42
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue