10 lines
181 B
Makefile
10 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -postgresql92
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0134]-[0-9]*
|
|
|
|
PGTCL_SLAVE= 9.2
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|