diff options
Diffstat (limited to 'databases/postgresql90-plpython/Makefile')
-rw-r--r-- | databases/postgresql90-plpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile index 3b61ed2b0134..7629187f9979 100644 --- a/databases/postgresql90-plpython/Makefile +++ b/databases/postgresql90-plpython/Makefile @@ -7,14 +7,14 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= Module for using Python to write SQL functions -USES+= pgsql:${WANT_PGSQL_VER} +USES+= pgsql:${WANT_PGSQL_VER} ${WANT_PYTHON_USE} WANT_PGSQL= server MASTERDIR= ${.CURDIR}/../postgresql${WANT_PGSQL_VER:S/.//}-server WANT_PGSQL_VER?= 9.0 +WANT_PYTHON_USE?= python -USE_PYTHON?= yes CONFIGURE_ARGS= --with-python COMPONENT= -plpython |