Fix RUN_DEPENDS, which was broken with WITH_RELAY_COUNTRY turned on.

Submitted by:	Michael Schout <mschout@gkg.net>
PR:		87051
This commit is contained in:
Anton Berezin 2005-10-07 13:46:16 +00:00
parent 3a417478ad
commit 47690343d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144483

View File

@ -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)