diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 11:55:27 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 11:55:27 +0800 |
commit | 5c54054346b460b54315e23e486a0a86906f8319 (patch) | |
tree | 8eb82cce82b2b3a877b4ecf029a5078c52017538 /dns | |
parent | 16565f468077ac01977ed6abf0e2c3cb483faa71 (diff) | |
download | freebsd-ports-gnome-5c54054346b460b54315e23e486a0a86906f8319.tar.gz freebsd-ports-gnome-5c54054346b460b54315e23e486a0a86906f8319.tar.zst freebsd-ports-gnome-5c54054346b460b54315e23e486a0a86906f8319.zip |
Convert .error to IGNORE when a port-specific combination of otherwise
legal user-configurable variables is encountered; such an occurrence
should not prevent global tasks like INDEX builds, only the build of
the port in question.
PR: ports/92443 (partial)
Submitted by: linimon
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 6c1bc4696bad..903fb24b4794 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -44,7 +44,7 @@ CONFIGURE_ARGS= --with-bdb-lib=-ldb_cxx-4.2 --with-bdb-incdir=${LOCALBASE}/inclu LIB_DEPENDS+= db-4.3:${PORTSDIR}/databases/db43 CONFIGURE_ARGS= --with-bdb-lib=-ldb_cxx-4.3 --with-bdb-incdir=${LOCALBASE}/include/db43 .else -.error WITH_BDB_VER must be one between 3, 4, 41, 42 or 43 +IGNORE= cannot install: WITH_BDB_VER must be one of 3, 4, 41, 42 or 43 .endif MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ |