diff options
author | tobez <tobez@FreeBSD.org> | 2005-10-07 21:46:16 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-10-07 21:46:16 +0800 |
commit | 8ca516a48f3c26912d70036b7a85e5c8688be470 (patch) | |
tree | ed13d53717ac0f08ea21df7a2d6dfb6934758e52 /mail | |
parent | 12918cdee6e9f57cf03cff734809918269051119 (diff) | |
download | freebsd-ports-gnome-8ca516a48f3c26912d70036b7a85e5c8688be470.tar.gz freebsd-ports-gnome-8ca516a48f3c26912d70036b7a85e5c8688be470.tar.zst freebsd-ports-gnome-8ca516a48f3c26912d70036b7a85e5c8688be470.zip |
Fix RUN_DEPENDS, which was broken with WITH_RELAY_COUNTRY turned on.
Submitted by: Michael Schout <mschout@gkg.net>
PR: 87051
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index b193777df78a..5cc971f94d27 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan @@ -71,7 +71,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Mail/DomainKeys.pm:${PORTSDIR}/mail/p5-Mail-DomainKey .endif .if defined(WITH_RELAY_COUNTRY) -RUN_DEPENDS= ${SITE_PERL}/IP/Country/Fast.pm:${PORTSDIR}/net/p5-IP-Country +RUN_DEPENDS+= ${SITE_PERL}/IP/Country/Fast.pm:${PORTSDIR}/net/p5-IP-Country .endif .if defined(WITH_TOOLS) |