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/postgresql91-pltcl | |
parent | 32d8ffea3cafc13aed6c11f064e6d912acffe5a2 (diff) | |
download | ports-dab15277f4ab5eef396460d80afc54d1f390a815.tar.gz ports-dab15277f4ab5eef396460d80afc54d1f390a815.zip |
Notes
Diffstat (limited to 'databases/postgresql91-pltcl')
-rw-r--r-- | databases/postgresql91-pltcl/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/postgresql91-pltcl/Makefile b/databases/postgresql91-pltcl/Makefile index 4efe62766e5e..5a26b7437557 100644 --- a/databases/postgresql91-pltcl/Makefile +++ b/databases/postgresql91-pltcl/Makefile @@ -9,15 +9,13 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= Module for using Tcl to write SQL functions -MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server +MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server -BUILD_DEPENDS= postgres:${POSTGRESQL_PORT} -RUN_DEPENDS= postgres:${POSTGRESQL_PORT} -POSTGRESQL_PORT?=${PORTSDIR}/databases/postgresql${WANT_PGSQL_VER}-server +WANT_PGSQL_VER?=9.1 -WANT_PGSQL_VER?=91 +USES+= tcl pgsql:${WANT_PGSQL_VER} +WANT_PGSQL= server -USES= tcl CONFIGURE_ARGS= --with-tcl --without-tk \ --with-tclconfig="${TCL_LIBDIR}" \ --with-includes="${TCL_INCLUDEDIR}" |