summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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