diff options
-rw-r--r-- | mail/sympa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 20318a6bba14..a70c2171bb51 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -27,6 +27,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/Locale/Msgcat.pm:${PORTSDIR}/misc/p5-Locale-Msgcat \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip +RUN_DEPENDS= ${BUILD_DEPENDS} DB_TYPE?= none |