diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2013-05-12 00:00:56 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2013-05-12 00:00:56 +0000 |
commit | 3a20a081436275a918ef2f46ac47577d5915a064 (patch) | |
tree | c845074047e4159bbf4b7979ea846036c16ee39c /databases/postgresql93-plpython | |
parent | 740b7ff067e9a4950228fcfef257b2e7d4e698fe (diff) | |
download | ports-3a20a081436275a918ef2f46ac47577d5915a064.tar.gz ports-3a20a081436275a918ef2f46ac47577d5915a064.zip |
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 0fccab61ab19..7a94bc0d5070 100644 --- a/databases/postgresql93-plpython/Makefile +++ b/databases/postgresql93-plpython/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -WANT_PGSQL_VER= 92 +WANT_PGSQL_VER= 93 .include "${.CURDIR}/../postgresql90-plpython/Makefile" |