diff options
-rw-r--r-- | mail/maildrop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index d58bc44295d..9668d5306fc 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -42,6 +42,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \ LIBS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes USE_BZIP2= yes +USE_PERL5_BUILD=yes +USE_PERL5_RUN= yes .if defined(NOPORTDOCS) # Just install the binary and man pages, no extra documentation |