diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:07:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:07:27 +0000 |
commit | e13515f304b4eb05767a6453990dce8a1cc95234 (patch) | |
tree | 5af52ac5bc3c3ee69de6c955c53219549a3d434b /devel/p5-Thrift | |
parent | 4641b63dd110dfe3a5eb439a464a3b08b0a4075d (diff) | |
download | ports-e13515f304b4eb05767a6453990dce8a1cc95234.tar.gz ports-e13515f304b4eb05767a6453990dce8a1cc95234.zip |
Notes
Diffstat (limited to 'devel/p5-Thrift')
-rw-r--r-- | devel/p5-Thrift/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Thrift/Makefile b/devel/p5-Thrift/Makefile index aea4fca0f16d..5afda100bd01 100644 --- a/devel/p5-Thrift/Makefile +++ b/devel/p5-Thrift/Makefile @@ -15,8 +15,8 @@ DISTFILES= MAINTAINER= komarov@valerka.net COMMENT= Perl interface to Thrift -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector +BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector +RUN_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract PERL_CONFIGURE= YES |