mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
For some reason, databases/postgresql10-pltcl was different from all
others. Fix it. Sponsored by: Absolight
This commit is contained in:
parent
39a3788628
commit
dbc90df1cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448139
1 changed files with 2 additions and 26 deletions
|
@ -1,30 +1,6 @@
|
||||||
# Created by: Palle Girgensohn <girgen@partitur.se>
|
# Created by: Palle Girgensohn <girgen@partitur.se>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= postgresql
|
WANT_PGSQL_VER= 10
|
||||||
CATEGORIES= databases tcl
|
|
||||||
PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
|
|
||||||
|
|
||||||
MAINTAINER= pgsql@FreeBSD.org
|
.include "${.CURDIR}/../postgresql96-pltcl/Makefile"
|
||||||
COMMENT= Module for using Tcl to write SQL functions
|
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
|
|
||||||
|
|
||||||
WANT_PGSQL_VER?=10
|
|
||||||
|
|
||||||
USES+= tcl pgsql:${WANT_PGSQL_VER}
|
|
||||||
WANT_PGSQL= server
|
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-tcl --without-tk \
|
|
||||||
--with-tclconfig="${TCL_LIBDIR}" \
|
|
||||||
--with-includes="${TCL_INCLUDEDIR}"
|
|
||||||
|
|
||||||
CONFIGURE_ENV+= TCLSH="${TCLSH}"
|
|
||||||
MAKE_ENV+= TCL_INCDIR="${TCL_INCLUDEDIR}"
|
|
||||||
|
|
||||||
BUILD_DIRS= src/backend src/pl/tcl
|
|
||||||
INSTALL_DIRS= src/pl/tcl
|
|
||||||
SLAVE_ONLY= yes
|
|
||||||
COMPONENT= -pltcl
|
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue