diff options
-rw-r--r-- | devel/node-thrift/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Thrift/Makefile | 4 | ||||
-rw-r--r-- | devel/php5-thrift/Makefile | 2 | ||||
-rw-r--r-- | devel/py-thrift/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/devel/node-thrift/Makefile b/devel/node-thrift/Makefile index 1c89e2313ce7..910b96939811 100644 --- a/devel/node-thrift/Makefile +++ b/devel/node-thrift/Makefile @@ -15,7 +15,7 @@ MAINTAINER= komarov@valerka.net COMMENT= Node.js bindings for the Apache Thrift RPC system RUN_DEPENDS= node:${PORTSDIR}/www/node -EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract +FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract NO_BUILD= yes diff --git a/devel/p5-Thrift/Makefile b/devel/p5-Thrift/Makefile index 138ab1d1ebf2..aea4fca0f16d 100644 --- a/devel/p5-Thrift/Makefile +++ b/devel/p5-Thrift/Makefile @@ -15,9 +15,9 @@ 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= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract \ - ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector +FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract PERL_CONFIGURE= YES diff --git a/devel/php5-thrift/Makefile b/devel/php5-thrift/Makefile index 8de3d8ea3a41..2dfd42ebd32d 100644 --- a/devel/php5-thrift/Makefile +++ b/devel/php5-thrift/Makefile @@ -14,7 +14,7 @@ DISTFILES= # empty MAINTAINER= webmaster@kibab.com COMMENT= PHP interface to Thrift -EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract +FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract USE_PHP= yes USE_PHPIZE= yes diff --git a/devel/py-thrift/Makefile b/devel/py-thrift/Makefile index 467016ef626a..72f8eaf1695f 100644 --- a/devel/py-thrift/Makefile +++ b/devel/py-thrift/Makefile @@ -15,7 +15,7 @@ DISTFILES= MAINTAINER= komarov@valerka.net COMMENT= Python interface to Thrift -EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract +FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract USE_PYTHON= yes USE_PYDISTUTILS= yes |