aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-imap
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-05-16 17:20:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-05-16 17:20:34 +0000
commit1644293591b34630e2c27d085a4e1766d8a27314 (patch)
tree896ce470542d4d18b2c8c68b8278ce3ad6dd5cea /mail/courier-imap
parentb775014ff5cdd3e1f3c87cc33666574caadd39cf (diff)
downloadports-1644293591b34630e2c27d085a4e1766d8a27314.tar.gz
ports-1644293591b34630e2c27d085a4e1766d8a27314.zip
Notes
Diffstat (limited to 'mail/courier-imap')
-rw-r--r--mail/courier-imap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index 9fcac29681ad..8e1f34821724 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -94,7 +94,7 @@ CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY}
.if defined(WITH_AUTH_USERDB)
.if defined(WITH_GDBM)
-CONFIGURE_ARGS+=--with-db=gdb --with-userdb=${USERDB}
+CONFIGURE_ARGS+=--with-db=gdbm --with-userdb=${USERDB}
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+=--with-db=db --with-userdb=${USERDB}