diff options
Diffstat (limited to 'databases/postgresql91-pgtcl/Makefile')
-rw-r--r-- | databases/postgresql91-pgtcl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql91-pgtcl/Makefile b/databases/postgresql91-pgtcl/Makefile index ac6e89c8b34c..4dbc4deef4b3 100644 --- a/databases/postgresql91-pgtcl/Makefile +++ b/databases/postgresql91-pgtcl/Makefile @@ -1,11 +1,10 @@ # $FreeBSD$ -WANT_PGSQL_VER= 91 -PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER} +PKGNAMESUFFIX= -postgresql91 -CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[02]-[0-9]* +CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0234]-[0-9]* +PGTCL_SLAVE= 9.1 MASTERDIR= ${.CURDIR}/../pgtcl -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |