blob: 4dbc4deef4b37b9c56c25269bab0a117817f739d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
PKGNAMESUFFIX= -postgresql91
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0234]-[0-9]*
PGTCL_SLAVE= 9.1
MASTERDIR= ${.CURDIR}/../pgtcl
.include "${MASTERDIR}/Makefile"
|