diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2013-05-11 23:46:30 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2013-05-11 23:46:30 +0000 |
| commit | 740b7ff067e9a4950228fcfef257b2e7d4e698fe (patch) | |
| tree | dcf48f35e1c0d88d803a17ef2347231f73df8d9b /databases/postgresql93-plpython | |
| parent | Update to 4.1.3 (diff) | |
Prepare for postgresql 9.3 beta 1 by svn cp postgresql92-* postgresql93-*
Notes
Notes:
svn path=/head/; revision=317924
Diffstat (limited to 'databases/postgresql93-plpython')
| -rw-r--r-- | databases/postgresql93-plpython/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile new file mode 100644 index 000000000000..0fccab61ab19 --- /dev/null +++ b/databases/postgresql93-plpython/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +WANT_PGSQL_VER= 92 + +.include "${.CURDIR}/../postgresql90-plpython/Makefile" |
