diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
commit | e6353d0b3db307b860585f8ab426823ebe603cb0 (patch) | |
tree | 006d8263c256450d1533fb1effbde963c31ee3c0 /net | |
parent | 3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff) | |
download | ports-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.gz ports-e6353d0b3db307b860585f8ab426823ebe603cb0.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/httpry/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-INET6Glue/Makefile | 2 | ||||
-rw-r--r-- | net/scnc/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net/httpry/Makefile b/net/httpry/Makefile index f0c2c9f7d11f..d3a8be438157 100644 --- a/net/httpry/Makefile +++ b/net/httpry/Makefile @@ -25,7 +25,7 @@ OPTIONS= EXTRASCRIPTS "Install additional scripts" Off .if defined(WITH_EXTRASCRIPTS) PLIST_SUB= EXTRASCRIPTS="" USE_PERL5_RUN= yes -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI . if ${PERL_LEVEL} < 500903 RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress . endif diff --git a/net/p5-Net-INET6Glue/Makefile b/net/p5-Net-INET6Glue/Makefile index 0d3a6eb69b73..b7cab29ba7cf 100644 --- a/net/p5-Net-INET6Glue/Makefile +++ b/net/p5-Net-INET6Glue/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ume@FreeBSD.org COMMENT= Make common modules IPv6 ready by hotpatching -BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 +BUILD_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/scnc/Makefile b/net/scnc/Makefile index 12d1e6dabce5..c07cf85b4cc1 100644 --- a/net/scnc/Makefile +++ b/net/scnc/Makefile @@ -15,8 +15,8 @@ COMMENT= SSL Capable Netcat LICENSE= BSD -RUN_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 +RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 BUILD_DEPENDS:= ${RUN_DEPENDS} PLIST_FILES= bin/${PORTNAME} |