Change .error to IGNORE so index building doesn't fail for unsupported

WITH_BDB_VER settings.
This commit is contained in:
Dejan Lesjak 2005-07-23 21:29:21 +00:00
parent 533795c862
commit c48ed6d9c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139986

View file

@ -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>