diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 03:55:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 03:55:27 +0000 |
commit | 5c54054346b460b54315e23e486a0a86906f8319 (patch) | |
tree | 8eb82cce82b2b3a877b4ecf029a5078c52017538 | |
parent | 16565f468077ac01977ed6abf0e2c3cb483faa71 (diff) | |
download | ports-5c54054346b460b54315e23e486a0a86906f8319.tar.gz ports-5c54054346b460b54315e23e486a0a86906f8319.zip |
Notes
-rw-r--r-- | dns/fastresolve/Makefile | 2 | ||||
-rw-r--r-- | editors/mode-info/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/mldonkey/Makefile | 2 |
4 files changed, 4 insertions, 4 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 \ diff --git a/editors/mode-info/Makefile b/editors/mode-info/Makefile index 666912efa0b4..0e7b2097f859 100644 --- a/editors/mode-info/Makefile +++ b/editors/mode-info/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS+= ${LOCALBASE}/info/elisp.info:${PORTSDIR}/lang/elisp-manual BUILD_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual RUN_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual .else -.error MI_ELISP_LANG should be "en" or "ja". +IGNORE= cannot install: MI_ELISP_LANG should be "en" or "ja" .endif MI_INDEX+= mi-elisp.idx PLIST_SUB+= MI_WITH_ELISP="" diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile index 92de4f9f13ae..58bdabac17b4 100644 --- a/net-p2p/mldonkey-devel/Makefile +++ b/net-p2p/mldonkey-devel/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ENV+= \ ### .if defined(WITHOUT_GUI) .if defined(WITHOUT_CORE) -.error "Cool, you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing." +IGNORE= cannot install: you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing .endif # have no 'without-' flag CONFIGURE_ARGS+=--disable-gui \ diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 8d618a8ef87e..072417225e7e 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -37,7 +37,7 @@ USE_RC_SUBR= yes .if defined(WITHOUT_GUI) .if defined(WITHOUT_CORE) -.error "Cool, you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing." +IGNORE= cannot install: you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing .endif # have no 'without-' flag CONFIGURE_ARGS+=--disable-gui |