diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-04-18 17:48:29 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-04-18 17:48:29 +0000 |
commit | 7863fd84d38880e70ca52377697f48f583c4e5c3 (patch) | |
tree | 58e3ad8787cbe603fb4cbd41ccf9db20eb6a2bc9 /security/cyrus-sasl2-saslauthd | |
parent | 44e1a837db51799ef23068699f366991334a3494 (diff) | |
download | ports-7863fd84d38880e70ca52377697f48f583c4e5c3.tar.gz ports-7863fd84d38880e70ca52377697f48f583c4e5c3.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index eb09b47a1e33..96852dfc97aa 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ USE_BDB= 40 .elif ${WITH_BDB_VER} != 3 && ${WITH_BDB_VER} != 41 && \ ${WITH_BDB_VER} != 42 && ${WITH_BDB_VER} != 43 && ${WITH_BDB_VER} != 44 -IGNORE= "WITH_BDB_VER must be 3, 4, 41, 42, 43 or 44" +IGNORE= "cannot install: WITH_BDB_VER must be 3, 4, 41, 42, 43 or 44" .endif USE_BDB?= ${WITH_BDB_VER} BDB_SUFFIX?= ${WITH_BDB_VER} |