aboutsummaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-07-06 06:55:00 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-07-06 06:55:00 +0000
commit8278a3e6f08023c07bdd97fd72ea0fbef2693249 (patch)
tree54e6e518db63ff89a148578ecfd0e0be931ebfe6 /mail/maildrop
parent1d17fed60a6107fad0b944fcf8b986ef3e282f36 (diff)
downloadports-8278a3e6f08023c07bdd97fd72ea0fbef2693249.tar.gz
ports-8278a3e6f08023c07bdd97fd72ea0fbef2693249.zip
Notes
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index f9797a0547dc..f8e61d7dd71f 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --enable-syslog=1 \
--with-etcdir="${PREFIX}/etc" \
--enable-maildrop-uid="${MAILDROP_SUID}" \
--enable-maildrop-gid="${MAILDROP_SGID}"
+.if defined(MAILDROPDEFAULT)
+CONFIGURE_ARGS+= --with-default-maildrop=${MAILDROPDEFAULT}
+.endif
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \
LIBS="-L${LOCALBASE}/lib"
GNU_CONFIGURE= yes