diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-31 17:17:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-31 17:17:35 +0800 |
commit | 43c85bddc73d7b6d2349bdb1a5566b5950a0ff6a (patch) | |
tree | 4686000eee1c38aa447f48951fdec0f415bbe62c /databases | |
parent | c4341c5f9b26dfb5f2361d8b8351c8026dc89fe3 (diff) | |
download | freebsd-ports-gnome-43c85bddc73d7b6d2349bdb1a5566b5950a0ff6a.tar.gz freebsd-ports-gnome-43c85bddc73d7b6d2349bdb1a5566b5950a0ff6a.tar.zst freebsd-ports-gnome-43c85bddc73d7b6d2349bdb1a5566b5950a0ff6a.zip |
Convert to new perl order that fixes an undetermined fallout
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-MR-Tarantool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-MR-Tarantool/Makefile b/databases/p5-MR-Tarantool/Makefile index 70e49950dfb8..e0dd7620109a 100644 --- a/databases/p5-MR-Tarantool/Makefile +++ b/databases/p5-MR-Tarantool/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-AnyEvent>=7.04:${PORTSDIR}/devel/p5-AnyEvent \ p5-String-CRC32>=1.4:${PORTSDIR}/devel/p5-String-CRC32 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MR::IProto.3 \ MR::IProto::Cluster.3 \ |