diff options
-rw-r--r-- | mail/vpopmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 0065b2e07686..837ef35f6e0e 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -221,6 +221,7 @@ CONFIGURE_ARGS+= --enable-onchange-script .if defined(WITH_MAILDROP) CONFIGURE_ARGS+= --enable-maildrop=y \ --enable-maildrop-prog=${LOCALBASE}/bin/maildrop +BUILD_DEPENDS+= maildrop:${PORTSDIR}/${MAILDROP_PORT} RUN_DEPENDS+= maildrop:${PORTSDIR}/${MAILDROP_PORT} MAILDROP_FILES= ${WRKSRC}/maildrop/maildroprc.v1 \ ${WRKSRC}/maildrop/maildroprc.v2 |