diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-22 21:48:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-22 21:48:10 +0000 |
commit | 5b35289787a55b8d6c08419d23463341e17289e5 (patch) | |
tree | af734b8327637032590870919e0b315a9a414e35 /mail/dovecot/Makefile | |
parent | adc98d572e9800e290cf2e7a4758c41290ecc949 (diff) |
Notes
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index d8e0f1be93a4..bba6e5c9ddd8 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 1.1.14 +PORTVERSION= 1.1.15 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/1.1/ @@ -142,7 +142,7 @@ CONFIGURE_ARGS+= --without-vpopmail ## BDB Support # .if defined(WITH_BDB) && !defined(WITHOUT_BDB) -USE_BDB= yes +USE_BDB= 42+ CONFIGURE_ARGS+= --with-db CFLAGS+= -I${BDB_INCLUDE_DIR} -L${BDB_LIB_DIR} PLIST_SUB+= BDB="" |