Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...> Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 56348, 56404
This commit is contained in:
parent
1c51107f17
commit
808354a4f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88521
1 changed files with 11 additions and 6 deletions
|
@ -4,21 +4,26 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
PORTNAME= postgresql-pltcl
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V PORTVERSION
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases tcl83
|
||||
PORTREVISION= 0
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V MASTER_SITE_SUBDIR
|
||||
PKGNAMESUFFIX= -pltcl
|
||||
DISTFILES!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V DISTFILES
|
||||
DIST_SUBDIR= postgresql
|
||||
|
||||
MAINTAINER= girgen@pingpong.net
|
||||
COMMENT= A module for using Tcl to write SQL functions
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
POSTGRESQL_SUBPORT=YES
|
||||
.include "../../${POSTGRESQL_PORT}/Makefile"
|
||||
|
||||
LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}
|
||||
RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||
|
||||
MD5_FILE= ${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo
|
||||
|
||||
# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version
|
||||
TCLVERSION?= 8.3
|
||||
CONFIGURE_ARGS= --with-tcl --without-tk \
|
||||
|
|
Loading…
Reference in a new issue