summaryrefslogtreecommitdiff
path: root/databases/postgresql-plpython/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-06-04 19:27:20 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-06-04 19:27:20 +0000
commit097ea4bc7593e080ebcd5e6e472f595b10771360 (patch)
treef820d8a5702f3a9bd4668a582bb0e952ccc08451 /databases/postgresql-plpython/Makefile
parent- Convert all my remaining ports to OPTIONSng (diff)
- make it build against PostgreSQL 9.0 by default, since
this is an default version in ports tree at the moment - bump PORTREVISION
Diffstat (limited to 'databases/postgresql-plpython/Makefile')
-rw-r--r--databases/postgresql-plpython/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile
index ba05a762deaa..365f0788c05c 100644
--- a/databases/postgresql-plpython/Makefile
+++ b/databases/postgresql-plpython/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
PKGNAMESUFFIX= -plpython
@@ -17,7 +17,7 @@ RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
-DEFAULT_PGSQL_VER?=84
+DEFAULT_PGSQL_VER?=90
# can't include <bsd.port.pre.mk> in a slave port
# so set these instead: