From c48ed6d9c143b021ca049fa100ac4606bfe2e83c Mon Sep 17 00:00:00 2001 From: Dejan Lesjak Date: Sat, 23 Jul 2005 21:29:21 +0000 Subject: Change .error to IGNORE so index building doesn't fail for unsupported WITH_BDB_VER settings. --- sysutils/cfengine2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/cfengine2') diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index 5e72c1062b40..108c049f785a 100644 --- a/sysutils/cfengine2/Makefile +++ b/sysutils/cfengine2/Makefile @@ -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 -- cgit v1.2.3