diff options
author | az <az@FreeBSD.org> | 2012-06-04 16:37:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 16:37:59 +0800 |
commit | 0f9b224809b12c05d7fc681199dfc41a407982f1 (patch) | |
tree | 0aeb8af222cd2344f21985810b99d81c93da16d6 /ftp/p5-POE-Component-Client-FTP | |
parent | 9d44c41013926a8c30dc3c4edba83dbead10ba32 (diff) | |
download | freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.tar.gz freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.tar.zst freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'ftp/p5-POE-Component-Client-FTP')
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/p5-POE-Component-Client-FTP/Makefile b/ftp/p5-POE-Component-Client-FTP/Makefile index 61174028dfc4..21423bf29f6b 100644 --- a/ftp/p5-POE-Component-Client-FTP/Makefile +++ b/ftp/p5-POE-Component-Client-FTP/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implements an FTP 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 |