diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:37:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:37:59 +0000 |
commit | d1e0f3506af41743aebb97d8548b0912b7247494 (patch) | |
tree | cc6734181531df54b8747f6e42a77543390fd10f /ftp | |
parent | 24374f6b476eef87d6c06c6c94519992faf7a610 (diff) | |
download | ports-d1e0f3506af41743aebb97d8548b0912b7247494.tar.gz ports-d1e0f3506af41743aebb97d8548b0912b7247494.zip |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298341
Diffstat (limited to '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 |