diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-26 20:27:37 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-26 20:27:37 +0800 |
commit | 5354595065fa7952d79d09cdf263406d848af872 (patch) | |
tree | a441a1e6d5a72050bb5595c9d4aa43201c026e69 /mail | |
parent | 13d0e8ff884647c7d45b7bad9f055a92e560d4d6 (diff) | |
download | freebsd-ports-gnome-5354595065fa7952d79d09cdf263406d848af872.tar.gz freebsd-ports-gnome-5354595065fa7952d79d09cdf263406d848af872.tar.zst freebsd-ports-gnome-5354595065fa7952d79d09cdf263406d848af872.zip |
Add dependency.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Audit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile index f19fbb737ea9..0a99f74fe50f 100644 --- a/mail/p5-Mail-Audit/Makefile +++ b/mail/p5-Mail-Audit/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/Net/Config.pm:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= ${SITE_PERL}/Net/Config.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} |