diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-26 12:27:37 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-26 12:27:37 +0000 |
commit | 2a411f8ca2964c8561d3d1c0659f74edba59e2d5 (patch) | |
tree | 8c14612ff631287794f1f3faaa1476d359613fab | |
parent | b700c080f0651a096db3898003344da3cb3d6afe (diff) | |
download | ports-2a411f8ca2964c8561d3d1c0659f74edba59e2d5.tar.gz ports-2a411f8ca2964c8561d3d1c0659f74edba59e2d5.zip |
Notes
-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} |