diff options
Diffstat (limited to 'databases/php5-pdo_cassandra/Makefile')
-rw-r--r-- | databases/php5-pdo_cassandra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index b26086119d87..9d7c0335be13 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -29,6 +29,7 @@ DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=52 THRIFT_CMD= ${LOCALBASE}/bin/thrift +NO_STAGE= yes post-configure: thrift_version=`${THRIFT_CMD} -version | ${AWK} '{print $$3}'`; \ if [ "$$thrift_version" = "0.8.0" ]; then \ |