diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-08-26 10:17:30 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-08-26 10:17:30 +0000 |
commit | e90877fa1927ab4333536198fb5477a9ff09d88d (patch) | |
tree | 71bc0b290d40ffd8bcd43eb0c1e080579432b3a9 /databases/postgresql93-plpython | |
parent | 776666161540f1f74b71b348bee7adf4e0c1bfa9 (diff) |
Notes
Diffstat (limited to 'databases/postgresql93-plpython')
-rw-r--r-- | databases/postgresql93-plpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile index 7a94bc0d5070..f12fdc68b1ca 100644 --- a/databases/postgresql93-plpython/Makefile +++ b/databases/postgresql93-plpython/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -WANT_PGSQL_VER= 93 +WANT_PGSQL_VER= 9.3 .include "${.CURDIR}/../postgresql90-plpython/Makefile" |