diff options
Diffstat (limited to 'mail/p5-POE-Component-Client-SMTP/Makefile')
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile index 535fd4373d29..fb47230618ac 100644 --- a/mail/p5-POE-Component-Client-SMTP/Makefile +++ b/mail/p5-POE-Component-Client-SMTP/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SMTP client POE component -BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-POE>=0:devel/p5-POE \ p5-POE-Filter-Transparent-SMTP>=0:mail/p5-POE-Filter-Transparent-SMTP -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild |