diff options
author | girgen <girgen@FreeBSD.org> | 2013-05-12 08:00:56 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2013-05-12 08:00:56 +0800 |
commit | 880830ef63a823284711701da724164b15ae7e3a (patch) | |
tree | c845074047e4159bbf4b7979ea846036c16ee39c /databases/postgresql93-pltcl | |
parent | 85b731fcf6a5e70e0645166a4c1611c8093d7fd7 (diff) | |
download | freebsd-ports-gnome-880830ef63a823284711701da724164b15ae7e3a.tar.gz freebsd-ports-gnome-880830ef63a823284711701da724164b15ae7e3a.tar.zst freebsd-ports-gnome-880830ef63a823284711701da724164b15ae7e3a.zip |
Add postgresql 9.3 beta1
Diffstat (limited to 'databases/postgresql93-pltcl')
-rw-r--r-- | databases/postgresql93-pltcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql93-pltcl/Makefile b/databases/postgresql93-pltcl/Makefile index 4025cc54334a..bd9aabe69e02 100644 --- a/databases/postgresql93-pltcl/Makefile +++ b/databases/postgresql93-pltcl/Makefile @@ -5,6 +5,6 @@ # $FreeBSD$ # -WANT_PGSQL_VER= 92 +WANT_PGSQL_VER= 93 .include "${.CURDIR}/../postgresql90-pltcl/Makefile" |