diff options
| author | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
| commit | dab15277f4ab5eef396460d80afc54d1f390a815 (patch) | |
| tree | f4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql90-plpython | |
| parent | 32d8ffea3cafc13aed6c11f064e6d912acffe5a2 (diff) | |
Notes
Diffstat (limited to 'databases/postgresql90-plpython')
| -rw-r--r-- | databases/postgresql90-plpython/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile index ccf6f2a45cc4..3b61ed2b0134 100644 --- a/databases/postgresql90-plpython/Makefile +++ b/databases/postgresql90-plpython/Makefile @@ -7,11 +7,12 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= Module for using Python to write SQL functions -USE_PGSQL= server +USES+= pgsql:${WANT_PGSQL_VER} +WANT_PGSQL= server -MASTERDIR= ${.CURDIR}/../postgresql${WANT_PGSQL_VER}-server +MASTERDIR= ${.CURDIR}/../postgresql${WANT_PGSQL_VER:S/.//}-server -WANT_PGSQL_VER?= 90 +WANT_PGSQL_VER?= 9.0 USE_PYTHON?= yes CONFIGURE_ARGS= --with-python |
