diff options
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 |