diff options
Diffstat (limited to 'net-mgmt/p5-BigIP-iControl/Makefile')
-rw-r--r-- | net-mgmt/p5-BigIP-iControl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/p5-BigIP-iControl/Makefile b/net-mgmt/p5-BigIP-iControl/Makefile index 625260511ba6..a58f077a12dc 100644 --- a/net-mgmt/p5-BigIP-iControl/Makefile +++ b/net-mgmt/p5-BigIP-iControl/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl interface to the F5 iControl API -RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ + p5-MIME-Base64>=0:converters/p5-MIME-Base64 BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |