diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-25 22:15:56 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-25 22:15:56 +0000 |
commit | 7d4a16a84d575bc1b33db20108621eb018b949c2 (patch) | |
tree | 6b81070819741d786b03096c315836e2034dce19 /mail/cyrus-imapd2 | |
parent | 43b06b941af37648b21c42088ee34e0e0bdd52fc (diff) | |
download | ports-7d4a16a84d575bc1b33db20108621eb018b949c2.tar.gz ports-7d4a16a84d575bc1b33db20108621eb018b949c2.zip |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=292246
Diffstat (limited to 'mail/cyrus-imapd2')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index d2a3c4bd72c5..184755eb3501 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -51,7 +51,7 @@ USE_BDB_VER= 41 .if ${USE_BDB_VER} == 4 USE_BDB= 40 .elif ${USE_BDB_VER} != 41 -IGNORE= "cannot install: WITH_BDB_VER must be 4 or 41" +IGNORE= cannot install: WITH_BDB_VER must be 4 or 41 .endif USE_BDB?= ${USE_BDB_VER} CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db${USE_BDB_VER} \ |