diff options
author | az <az@FreeBSD.org> | 2012-06-04 03:44:26 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 03:44:26 +0800 |
commit | 2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea (patch) | |
tree | ef68e818d7920a1c1002aca59045dacee0caf163 /mail/p5-POE-Component-Client-POP3 | |
parent | 0b724879139246db19f88d1e084687e066d91250 (diff) | |
download | freebsd-ports-gnome-2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea.tar.gz freebsd-ports-gnome-2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea.tar.zst freebsd-ports-gnome-2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'mail/p5-POE-Component-Client-POP3')
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile index ecf87d314dad..badb263953c1 100644 --- a/mail/p5-POE-Component-Client-POP3/Makefile +++ b/mail/p5-POE-Component-Client-POP3/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implement a POP3 client POE component -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |