aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-plpython
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-04-05 14:29:48 +0800
committerrene <rene@FreeBSD.org>2011-04-05 14:29:48 +0800
commitc785fe17802365cc25523800cbd0865db18efd01 (patch)
tree29a7255bdd011ed4791f979ef3d2adc5843fe433 /databases/postgresql-plpython
parentd34cb2d3221bc0e2a1d36b2803a193c854a44553 (diff)
downloadfreebsd-ports-gnome-c785fe17802365cc25523800cbd0865db18efd01.tar.gz
freebsd-ports-gnome-c785fe17802365cc25523800cbd0865db18efd01.tar.zst
freebsd-ports-gnome-c785fe17802365cc25523800cbd0865db18efd01.zip
Mark as BROKEN, needs threaded Python to configure
Submitted by: local tinderbox build
Diffstat (limited to 'databases/postgresql-plpython')
-rw-r--r--databases/postgresql-plpython/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile
index ffed5e3f7ab8..85b0cc01e818 100644
--- a/databases/postgresql-plpython/Makefile
+++ b/databases/postgresql-plpython/Makefile
@@ -13,6 +13,8 @@ PKGNAMESUFFIX= -plpython
MAINTAINER= ports@FreeBSD.org
COMMENT= A module for using Python to write SQL functions
+BROKEN= Does not configure without threaded Python
+
RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server