diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-29 08:12:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-29 08:12:51 +0000 |
commit | 0416a2e70ac37997a2a3c55f99e5e43759e0bdfa (patch) | |
tree | 88386fb53244f591079f8973edab3f64ab94b8cc /databases/postgresql91-pgtcl | |
parent | e86bd070657b86333143e33d87ee94036f2cb4d0 (diff) | |
download | ports-0416a2e70ac37997a2a3c55f99e5e43759e0bdfa.tar.gz ports-0416a2e70ac37997a2a3c55f99e5e43759e0bdfa.zip |
Notes
Diffstat (limited to 'databases/postgresql91-pgtcl')
-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" |