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