diff options
Diffstat (limited to 'databases/postgresql-plpython/Makefile')
-rw-r--r-- | databases/postgresql-plpython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile index 3e110251368b..047909f7a709 100644 --- a/databases/postgresql-plpython/Makefile +++ b/databases/postgresql-plpython/Makefile @@ -39,6 +39,7 @@ CONFIGURE_ARGS= --with-python BUILD_DIRS= src/pl/plpython SLAVE_ONLY= yes -POSTGRESQL_PORT=databases/postgresql${PGSQL_VER}-server +POSTGRESQL_PORT= databases/postgresql${PGSQL_VER}-server +PLIST_SUB= PYTHON_MAJOR_VER=${PYTHON_VER:R} .include "${MASTERDIR}/Makefile" |