diff options
author | ume <ume@FreeBSD.org> | 2006-04-19 01:48:29 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-04-19 01:48:29 +0800 |
commit | 3d675dafa89e69a3ea1d2b03ef34b9f7b725641b (patch) | |
tree | 3fcf4a36795b704e44db32041d7bc20e91085903 /security/cyrus-sasl2-saslauthd | |
parent | ebf7b3dffb0cfc4cc271b40cda9fab1e64a80826 (diff) | |
download | freebsd-ports-gnome-3d675dafa89e69a3ea1d2b03ef34b9f7b725641b.tar.gz freebsd-ports-gnome-3d675dafa89e69a3ea1d2b03ef34b9f7b725641b.tar.zst freebsd-ports-gnome-3d675dafa89e69a3ea1d2b03ef34b9f7b725641b.zip |
Give sensible sentences for IGNORE.
Requested by: kris
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} |