diff options
author | mat <mat@FreeBSD.org> | 2016-06-09 01:14:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-09 01:14:53 +0800 |
commit | a2e283cc71fec8562b56518cb6127c8b6d0926d2 (patch) | |
tree | 6e09bfb8de5f30fac38107aded504e34064b25c4 /net | |
parent | db380cbe56c3d67948762ef8912318d0647ed51a (diff) | |
download | freebsd-ports-gnome-a2e283cc71fec8562b56518cb6127c8b6d0926d2.tar.gz freebsd-ports-gnome-a2e283cc71fec8562b56518cb6127c8b6d0926d2.tar.zst freebsd-ports-gnome-a2e283cc71fec8562b56518cb6127c8b6d0926d2.zip |
Fix runtime.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-IO-Socket-Timeout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-IO-Socket-Timeout/Makefile b/net/p5-IO-Socket-Timeout/Makefile index 6c0b03f3cac4..eacb2f68e4f7 100644 --- a/net/p5-IO-Socket-Timeout/Makefile +++ b/net/p5-IO-Socket-Timeout/Makefile @@ -2,6 +2,7 @@ PORTNAME= IO-Socket-Timeout PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= net ipv6 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-PerlIO-via-Timeout>=0.32:devel/p5-PerlIO-via-Timeout +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |