summaryrefslogtreecommitdiff
path: root/databases/postgresql91-plpython
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-08-25 17:53:26 +0000
committerChris Rees <crees@FreeBSD.org>2014-08-25 17:53:26 +0000
commitdab15277f4ab5eef396460d80afc54d1f390a815 (patch)
treef4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql91-plpython
parentAllow staging as a regular user (diff)
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
Notes
Notes: svn path=/head/; revision=366114
Diffstat (limited to 'databases/postgresql91-plpython')
-rw-r--r--databases/postgresql91-plpython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile
index f5fe4f38ee99..949444df6811 100644
--- a/databases/postgresql91-plpython/Makefile
+++ b/databases/postgresql91-plpython/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-WANT_PGSQL_VER= 91
+WANT_PGSQL_VER= 9.1
.include "${.CURDIR}/../postgresql90-plpython/Makefile"