diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-01-12 08:33:26 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-01-12 08:33:26 +0000 |
commit | a85beb4a41260d197e246b5b2f2cee1b09fcc047 (patch) | |
tree | 4d3be413a71073b6001c141915b639e32203436b /mail/sympa | |
parent | Update to version 9632. (diff) |
Add RUN_DEPENDS.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=97971
Diffstat (limited to 'mail/sympa')
-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 |