diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-10-25 19:21:28 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-10-25 19:21:28 +0000 |
commit | d48e363274e2d4d78620a81e9e68b1dcfe78cc92 (patch) | |
tree | 1d52e3a652bce8dd72771cee4c280691fe6f2ccc /databases/postgresql90-pgtcl | |
parent | f155dc3ddca47e3baa9a31630aac238232becd83 (diff) | |
download | ports-d48e363274e2d4d78620a81e9e68b1dcfe78cc92.tar.gz ports-d48e363274e2d4d78620a81e9e68b1dcfe78cc92.zip |
Notes
Diffstat (limited to 'databases/postgresql90-pgtcl')
-rw-r--r-- | databases/postgresql90-pgtcl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql90-pgtcl/Makefile b/databases/postgresql90-pgtcl/Makefile index 5fe9ac260911..782789168195 100644 --- a/databases/postgresql90-pgtcl/Makefile +++ b/databases/postgresql90-pgtcl/Makefile @@ -1,6 +1,9 @@ # $FreeBSD$ WANT_PGSQL_VER= 90 +PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER} + +CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[12]-[0-9]* MASTERDIR= ${.CURDIR}/../pgtcl |