aboutsummaryrefslogtreecommitdiffstats
path: root/mail/maildrop/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-06-06 09:57:14 +0800
committerXin LI <delphij@FreeBSD.org>2007-06-06 09:57:14 +0800
commit66168bdde5afaecf16892cf3fcdbe87c39558972 (patch)
tree53cf4d34a3bca8e6f94890167e9aa8af00e71201 /mail/maildrop/Makefile
parent9abc5c9c08959fb6a9ddd1265ac679bd5eb8725f (diff)
downloadfreebsd-ports-gnome-66168bdde5afaecf16892cf3fcdbe87c39558972.tar.gz
freebsd-ports-gnome-66168bdde5afaecf16892cf3fcdbe87c39558972.tar.zst
freebsd-ports-gnome-66168bdde5afaecf16892cf3fcdbe87c39558972.zip
- Update to 2.0.4.
- "WANT_FAM_SYSTEM=fam" might have been too restrictive, so remove it. Submitted by: KIMURA Yasuhiro <yasu utahime org> PR: ports/112201 Approved by: maintainer timeout
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r--mail/maildrop/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 170aa3913e9b..59c7152aa8ce 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -17,7 +17,7 @@
# to use
PORTNAME= maildrop
-PORTVERSION= 2.0.3
+PORTVERSION= 2.0.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
@@ -55,7 +55,7 @@ USE_GMAKE =yes
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
CONFIGURE_ARGS+= --with-db=gdbm
.else
-CONFIGURE_ARGS+= --without-db
+CONFIGURE_ARGS+= --with-db=db
.endif
.if defined(MAILDROP_SUID)
@@ -72,7 +72,6 @@ CONFIGURE_ARGS+= --enable-sendmail=/usr/sbin/sendmail
.if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so.0)
USE_FAM= yes
-WANT_FAM_SYSTEM= fam
.endif
.if defined(MAILDROP_TRUSTED_USERS)