diff options
author | rene <rene@FreeBSD.org> | 2011-04-05 14:29:48 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-04-05 14:29:48 +0800 |
commit | c785fe17802365cc25523800cbd0865db18efd01 (patch) | |
tree | 29a7255bdd011ed4791f979ef3d2adc5843fe433 /databases/postgresql-plpython | |
parent | d34cb2d3221bc0e2a1d36b2803a193c854a44553 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |