diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-02 20:07:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-02 20:07:40 +0000 |
commit | 9927ba32ddf9267da86844d1f34aebeeabbb5fb1 (patch) | |
tree | d48b403968696318f41a6d54c6bfc863c487afb2 /databases/postgresql-plpython | |
parent | - Add p5-PocketIO 0.00905 (diff) |
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter
PR: ports/159843
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes:
svn path=/head/; revision=282829
Diffstat (limited to 'databases/postgresql-plpython')
-rw-r--r-- | databases/postgresql-plpython/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile index 85b0cc01e818..3e110251368b 100644 --- a/databases/postgresql-plpython/Makefile +++ b/databases/postgresql-plpython/Makefile @@ -10,11 +10,9 @@ PORTREVISION= 1 CATEGORIES= databases python PKGNAMESUFFIX= -plpython -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cvs-src@yandex.ru 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 |