diff options
author | ache <ache@FreeBSD.org> | 2002-02-28 17:02:02 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-02-28 17:02:02 +0800 |
commit | f373e377e7b51289b8beeed8e023ff40c3ab1783 (patch) | |
tree | b158a93bb2a49c3403ff7081d3b0f9dbc326799c /mail | |
parent | b295659471009784cc81a69862449ae2da0a7ba0 (diff) | |
download | freebsd-ports-gnome-f373e377e7b51289b8beeed8e023ff40c3ab1783.tar.gz freebsd-ports-gnome-f373e377e7b51289b8beeed8e023ff40c3ab1783.tar.zst freebsd-ports-gnome-f373e377e7b51289b8beeed8e023ff40c3ab1783.zip |
Add RUN_DEPENDS of razor-agents
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 79710e08a2d2..9f5bb966ce90 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 2.01 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Razor/Client.pm:${PORTSDIR}/mail/razor-agents PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |