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