I've had to bump revision for several slaves here, but most will not be rebuilt, except the -client slaves. Apologies for anyone having to rebuild -clients unnecessarily, but it's not a heavy task- better safe than sorry. PR: ports/236156 Reported by: Andrew Dunstan (PostgreSQL), koobs, Dmitri Goutnik
12 lines
198 B
Makefile
12 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -postgresql96
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]*
|
|
|
|
PGTCL_SLAVE= 9.6
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|