diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-04-05 06:29:48 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-04-05 06:29:48 +0000 |
commit | 1e64145ff2f0776326bc3eb886148fca47a34541 (patch) | |
tree | 7559b0ed7b49e71c92a62153ba311ff15ea06f8c /databases/postgresql-plpython | |
parent | - Update to 0.04.7 (diff) |
Mark as BROKEN, needs threaded Python to configure
Submitted by: local tinderbox build
Notes
Notes:
svn path=/head/; revision=272231
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 |