diff options
author | demon <demon@FreeBSD.org> | 2004-01-12 16:33:26 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-01-12 16:33:26 +0800 |
commit | 1ddfecb47b2214b44dd88608ffa61746bc8cf26d (patch) | |
tree | ec07bd2068712abd00e81197e92f2e8602623523 | |
parent | 649c95e1433b02de6c85e9e76e4af6a7a51f8264 (diff) | |
download | freebsd-ports-gnome-1ddfecb47b2214b44dd88608ffa61746bc8cf26d.tar.gz freebsd-ports-gnome-1ddfecb47b2214b44dd88608ffa61746bc8cf26d.tar.zst freebsd-ports-gnome-1ddfecb47b2214b44dd88608ffa61746bc8cf26d.zip |
Add RUN_DEPENDS.
Submitted by: maintainer
-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 |