aboutsummaryrefslogtreecommitdiffstats
path: root/mail/maildrop/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-06-06 09:57:14 +0800
committerdelphij <delphij@FreeBSD.org>2007-06-06 09:57:14 +0800
commit5253b89fc4e505d3fce94181a4798fadd5bffee0 (patch)
tree60fac4e5a38fdec2cc9dc20fbbfe3d79b5d6b803 /mail/maildrop/Makefile
parent7559a1a835729f6c566e7b6a893d0a9fe933d3e0 (diff)
downloadfreebsd-ports-gnome-5253b89fc4e505d3fce94181a4798fadd5bffee0.tar.gz
freebsd-ports-gnome-5253b89fc4e505d3fce94181a4798fadd5bffee0.tar.zst
freebsd-ports-gnome-5253b89fc4e505d3fce94181a4798fadd5bffee0.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)