diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-07-23 21:29:21 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-07-23 21:29:21 +0000 |
commit | c48ed6d9c143b021ca049fa100ac4606bfe2e83c (patch) | |
tree | 4cccc9d12e4cf40b4cdced81ccfea1c183230d58 /sysutils/cfengine2 | |
parent | Set PORTREVISION with a ?= so the slave port doesn't pick it up. (diff) |
Change .error to IGNORE so index building doesn't fail for unsupported
WITH_BDB_VER settings.
Diffstat (limited to 'sysutils/cfengine2')
-rw-r--r-- | sysutils/cfengine2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |