diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:31:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:31:14 +0000 |
commit | 24374f6b476eef87d6c06c6c94519992faf7a610 (patch) | |
tree | 9c2341a0f83580c47ceb27f43687579284650b0e /comms/p5-Fax-Hylafax-Client | |
parent | 95b164bae683ae6cb11d75d9725d0572d4f8c80c (diff) |
Notes
Diffstat (limited to 'comms/p5-Fax-Hylafax-Client')
-rw-r--r-- | comms/p5-Fax-Hylafax-Client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Fax-Hylafax-Client/Makefile b/comms/p5-Fax-Hylafax-Client/Makefile index 05a4c86e5450..ca861e3bc98a 100644 --- a/comms/p5-Fax-Hylafax-Client/Makefile +++ b/comms/p5-Fax-Hylafax-Client/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A simple Perl client for the HylaFAX fax server -BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net PERL_CONFIGURE= yes |